On 23.11.2008 22:50, Nate S wrote: > 56>Linking... > 56>app.obj : error LNK2001: unresolved external symbol "private: static char > const * const csApplicationFramework::m_ApplicationStringName" ([EMAIL > PROTECTED]@@0PBDB) > 56>app.obj : error LNK2001: unresolved external symbol "protected: static > struct iObjectRegistry * csApplicationFramework::object_reg" ([EMAIL > PROTECTED]@@1PAUiObjectRegistry@@A) > 56>app.obj : error LNK2001: unresolved external symbol "public: static struct > iSCF * iSCF::SCF" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) > 56>behave.obj : error LNK2001: unresolved external symbol "public: static > struct iSCF * iSCF::SCF" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) > 56>libceltool_d.lib(initapp.obj) : error LNK2001: unresolved external symbol > "public: static struct iSCF * iSCF::SCF" ([EMAIL PROTECTED]@@[EMAIL > PROTECTED]) > 56>..\..\walktut.exe : fatal error LNK1120: 3 unresolved externals
Hmm, you might have to set the CS_BUILD_SHARED_LIBS preprocessor definition to get these variables correctly imported from the crystalspace DLL ... -f.r. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
