Hi James,

Just so there is no confusion (with others reading this), the .pdb filename
must match the filename of the dll or exe that is associated with it; so
Osgviewer.exe or OsgViewer.dll will have to change their name!

OSG uses versioning on its DLLs, so there is no osgViewer.dll, but osgXX-osgViewer.dll (where XX is an so version). Currently it's osg39-osgViewer.dll. And the executable is still osgViewer.exe.

Have you disabled options in order to remove the versioning? This is not recommended, because then you might be linking to a .lib for one version and at runtime using a DLL from a different version. This system is in place to remove that risk.

So if you want the INSTALL target to install .pdb files, I don't see a problem with that.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to