Hi I'm just trying zu build an application of MFC and OpenSG. I looked into the MFC example, where I got some hints for the code. Now there is a problem with the Linker. Following is the output:
ShowRoom2 error LNK2001: Nichtaufgelöstes externes Symbol "public: static unsigned short const osg::FieldContainerPtrBase::InvalidParentEPos" ([EMAIL PROTECTED]@osg@@2GB) Can somebody tell me which lib I forgot to include. These are the libs which I have included, and which also are included in the MFC example: OSGBase.lib OSGSystem.lib OSGWindowWIN32.lib opengl32.lib MSVCPRT.lib MSVCRT.lib winmm.lib Hope somebody can help me. The MFC Demo works. But when I try to write my own app, these errors accure. The OpenSG functions are used in a class which is derived from CWnd. Only if this is need to know. Thanks. regards Manuel Büchler ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
