Hello, There seems to be a little problem with the generation of the pdb file for osgviewerd on Windows/Visual Studio.
The problem is that both the application osgviewerd.exe and the dll osgviewerd.dll are set up to generate the same pdb file. Consequently, the pdb for the exe overwrites the pdb for the dll. When I try to debug my code (my own viewer), it finds no symbols for osgviewerd.dll. Changing the project settings for osgviewerd.exe to make it generate a pdb with a different name, like osgviewerd-app.pdb, fixed it for me. Hoping this will save someone some headache. Cheers Eduardo
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

