I figured out the syntax bit but arent ".h" c++ standard for include files??
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: 8. april 2008 14:44 To: OpenSceneGraph Users Subject: Re: [osg-users] why arent the ".h" postfix used in openscenegraph? On Tue, Apr 8, 2008 at 12:54 PM, <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: why arent the ".h" postfix used in openscenegraph? Because of this i get no syntax highlighting in visual studio.net<http://studio.net> The OpenSceneGraph is written in C++ rather than C so it uses Standard C++ style headers rather than C style headers. I believe you can enable syntax high lighting in VS from the GUI, have a look through the archives for details. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

