[osg-users] [build] Debug build apps crash at startup

2014-09-22 Thread Paul Leopard
I built OSG 3.2.0 (windows) from the command line in release and debug modes as follows: Code: cd %OSG% mkdir debug_build cd debug_build cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../ -G NMake Makefiles nmake nmake install cd .. mkdir release_build cd release_build cmake ../

Re: [osg-users] [build] Debug build apps crash at startup

2014-09-22 Thread Sebastian Messerschmidt
Hi Paul, Googeling indicates that error is most likely produced by a missing runtime dependency. [1] Try to check it with the dependency walker or check if you have the correct dlls copied. Cheers Sebastian [1] http://lmgtfy.com/?q=application+unable+to+start+0x0007b+error+code I built