Hello All,
I have been trying to follow the tutorial on creating an external
application in MSVC++ available at
http://www.crystalspace3d.org/docs/online/manual-1.2/HOWTO-Creating-External-MSVC-7-Application.html#0.

However, I am getting the following linking errors:

simple1.obj : error LNK2001: unresolved external symbol "private: static
char const * const csApplicationFramework::m_ApplicationStringName"
(?m_applicationstringn...@csapplicationframework@@0PBDB)
simple1.obj : error LNK2001: unresolved external symbol "protected: static
struct iObjectRegistry * csApplicationFramework::object_reg"
(?object_...@csapplicationframework@@1PAUiObjectRegistry@@A)
simple1.obj : error LNK2001: unresolved external symbol "public: static
struct iSCF * iSCF::SCF" (?...@iscf@@2p...@a)

A few things worth mentioning:
- I am working with MSVC++ 2008 Express Edition, and the latest version of
CS from trunk.

- These errors occur despite a clean and complete build of CS (including
the simple1 app that this external app is a straight copy of.)

- libcrystalspace_d.lib is specified as an additional dependency input to
the linker.

Any suggestions on what may be wrong are greatly appreciated.
Kind Regards, Sam


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:[email protected]?subject=unsubscribe

Reply via email to