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

Reply via email to