> 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
I added 'application' as it was already used within the project settings for other temporary files. So, I was just trying to be consistent. As far as readability, all that was changed was the program database filename, not the application executable filename. This file is only needed for debugging anyway and is not directly used by the debugger (i.e., the debugger doesn't ever need to open or do anything with the file; the debugger does any required manipulation/reading/etc.). Also, you're right in that the issue exists for all of the applications and libraries that have the same name. chuck _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
