When I've ran into this problem in the past, it was always because I had an
old set of libraries lying around that were used for linking, while the new
libraries were used during execution. I suggest you find all OSG .lib and
.DLL files on your system and delete them, then do a full rebuild of OSG,
then your app.

> If you're developing with visual studio then there's a handy 
> tool that you can use to see which DLLs (including paths) are 
> actually being used by your executable. It's called 
> 'dependency walker', executable is named depends.exe. If you 
> open/drag your app to this you get a list of the DLLs used. 
> You might be able to spot usage of DLLs from different versions

Good point. This tool might help out.
   -Paul

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to