[IGSTK-Users] 64 bit shared libs IGSTK

Patrick Cheng cheng at isis.georgetown.edu
Mon Jun 7 19:52:09 EDT 2010


Hi Maarten,

We haven't done any testing on the 64 bit platform yet. I suspect the 
error is because the the project linked to wrong CLR libraries.

"Visual Studio 2005 will install the 32-bit version 2.0 CLR on an x86 
machine, and both the 32-bit and appropriate 64-bit version 2.0 CLR on a 
64-bit Windows machine. (Visual Studio 2005 is a 32-bit application and 
when installed on a 64-bit Windows operating system will run under WOW64.)"

Can you send us your CMakeCache.txt file in the binary directory of your 
build? Can you also run an experimental build on IGSTK? That way, we can 
look at the link errors on the IGSTK dashboard.

Thank you,

Patrick

On 6/7/2010 1:29 PM, Maarten Beek wrote:
> Hi all,
>
> I am trying to build the shared libraries of IGSTK on a 64 bit computer
> in Release mode.
> No luck yet. Numerous LNK2019 errors during build. Also, for example,
> for HelloWorld.obj.
> Does one have any ideas suggestions? I have attached the CMakeLists.txt
> file for reference.
>
> There is a cyclic dependency between IGSTK and SceneGraphVisualization
> which is not allowed with shared libraries according to CMake. So I
> unchecked this option in CMake 2.6. However, when I open the generated
> *.sln file, the SceneGraphVisualization project is included nonetheless.
>
> Other information:
> Windows Vista
> VS 2005
> VTK 5.2.1
> ITK 3.10.1
> Qt 4.4.3
> I am able to generate working applications with this set-up without IGSTK.
>
> I realize the versions don't totally match the suggested ones in the
> Book. Could this be a reason?
>
> Thanks - Maarten
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users



More information about the IGSTK-Users mailing list