Hello Sebastian,
To compile X64 OSG, I found an important step to notice is that after click "configure" button in CMake and select the option of Visual Studio 2012 64, then CMake configure setting for X64 compiling.
Hello Sebastian,
My development environment: Windows 8.1 , Visual Studio 2012, OSG 3.2.1 Do you mean that I set compiler target X64 in Visual Studio instead of using CMake?
Cheers
Glen
Hi Glen,
Sorry I'm atheist, not Hindu ;-)
Post by GlenMy question is as the title say. I didn’t find any resource to describe the steps.
Which platform? Using CMake this should be trivial. Simply use the correct compiler target and make sure you're linking the 64bit 3rd party dependencies.
Works like a charm on windows.
Cheers
Sebastian