Hi, I have linked all libs from the osg visual studio package as well as the 3rd party dependencies. -Do I need to set any other libs I;m guessing the linker error is from some lib I've not set.
I've set the following settings for my project: Use of MFC: Use MFC in a Shared DLL Character Set: Not Set Common Language Runtime Support: Common Language Runtime Support (/clr) The error I'm still getting is: Code: 1>Linking... 1>msvcrt.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main 1>C:\Projects\OSG_examples\Release\OSG_examples.exe : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\Projects\OSG_examples\Release\BuildLog.htm" 1>OSG_examples - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== What am I not doing right here ?? Thanks, Sanat ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30286#30286 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

