Hi @ all,<br><br>finally, I was able to resolve the issue. The problem was not the VTK or the CMakeLists.txt of my app, but a linked GDCM library:<br>Besides VTK I also linked a GDCM lib in my own application. That lib uses VTK, too. My mistake was to link the 32bit-version of VTK to GDCM accidently and my own app didn&#39;t took the link of VTK I specified in the environment variable or in the CMakeLists.txt, but the (wrong) VTK-link of GDCM.<br>
Sorry wasted your time, guys. ;-)<br><br>Maybe that info will help somebody in the future.<br>
<br>Michael<br>