HI Sara, I'm surprised this even compiles... the return(); certainly doesn't look sensible.
Robert. On Thu, Mar 12, 2009 at 11:44 AM, Sara <[email protected]> wrote: > hi, I entered a new, I have problems configuring OSG with VisualStudio, in > release of a draft cov.osg example: > # include <osgViewer/Viewer> > # include <osgDB/ReadFile> > int main (int, char **) > ( > osgViewer:: Viewer viewer; > viewer.setSceneData (osgDB:: readNodeFile ( "cow.osg")); > viewer.run return (); > ) > I error on kernel32.dll > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=8338#8338 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

