<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-signature">Hi<br>
      after fixing few errors I got compiled both VTK 6.2.0 and  the git
      version under VS 2015 RC Community edition as 32 bit / XP toolset<br>
      but the vtkensightreader.cxx causes the compiler to crash.<br>
      <br>
      The four places, fixed before in order to get it compiled are:<br>
      *   tiffiop.h - >line 58     included <search.h>        
      to avoid  redefinition of lfind   (I know this is not the best
      solution...)<br>
      <br>
      *  config.h -> Line 253 change to      #if defined(_MSC_VER)
      && (_MSC_VER < 1900)<br>
      to avoid  redefinition of _snprintf<br>
      <br>
      *   vtkWin32ProcessOutputWindows.cxx  -> Line 99  does not
      accept the PRIDword, some casting is required,<br>
      so changed to  "lu"<br>
        sprintf(exeName, "vtkWin32OWP_%lu_%p_%u.exe",<br>
      <br>
      * H5Omtime.c    timezone not known in VC2015<br>
      changed Line 226  -> the_time -= timezone -
      (tm.tm_isdst?3600:0);<br>
      to:<br>
      long *seconds;<br>
       the_time -= _get_timezone(seconds) - (tm.tm_isdst ? 3600 : 0);<br>
      <br>
      Some of these are reported, but seems not included in the git
      version.<br>
      <br>
      The only one error now is:<br>
      <br>
         
      e:\a_mysoftware_work2015\libs\vtk_620git\io\ensight\vtkensightreader.cxx(1575):
      fatal error C1001: Interner Compilerfehler.<br>
      1>  (Compilerdatei "f:\dd\vctools\compiler\utc\src\p2\main.c",
      Zeile 247)<br>
      1>   Vereinfachen oder ändern Sie das Programm im Umfeld der
      oben aufgeführten Positionen. Wählen<br>
      1>  Sie im Menü "Hilfe" von Visual C++ den Befehl "Technischer
      Support",<br>
      1>  oder öffnen Sie die Hilfedatei des technischen Supports, um
      weitere Informationen zu erhalten.<span
style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#4D4D4D"><br>
        <br>
      </span><span
style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#4D4D4D">Any
        Idea ?<br>
        <br>
        Yordan<br>
      </span>
    </div>
  </body>
</html>