[osg-submissions] [osg-users] INSTALL include pdb's

Jean-Sébastien Guay jean-sebastien.guay at cm-labs.com
Fri Jul 11 08:30:30 PDT 2008


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    jean-sebastien.guay at cm-labs.com
                                http://www.cm-labs.com/
                         http://whitestar02.webhop.org/


More information about the osg-submissions mailing list