I think adding the full word "application" to the filename is pushing the bounds of readability. When I worked around this issue locally, I used "_app" instead.
And the problem isn't just for osgviewer/osgViewer. It exists for all applications and examples that share names with libraries: osgviewer/osgViewer osgintrospection/osgIntrospection osgparticle/osgParticle osgshadow/osgShadow osgtext/osgText -john -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Thursday, February 08, 2007 1:43 PM To: osg users Subject: Re: [osg-users] Debugging VS7 Hi Chuck, Modifiy the .dsp and submit it to osg-submissions. Cheers Robert. On 2/8/07, Chuck Cole <[EMAIL PROTECTED]> wrote: > OK. Here's the solution that I was able to find that allows debugging the > osgViewer.dll and osgviewer.exe application. > > For the osgviewer application, set the program database filename to > ".\../../../bin/$(PlatformName)/osgviewerapplicationd.pdb" (the current > setting is without the 'application' text). This setting can be changed in > the project properties, "Configuration Properties -> Linker -> Debugging -> > Generate Program Database File". This menu is relative to VS8, but again, I > think VS7 is the same or very similar. > > Robert -- how should this change be captured within CVS? I can look at > making the change to the .dsp and then posting it to the submissions group > if that is desired. > > chuck > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ This communication, along with any attachments, is covered by federal and state law governing electronic communications and may contain company proprietary and legally privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, use or copying of this message is strictly prohibited. If you have received this in error, please reply immediately to the sender and delete this message. Thank you. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
