VC++ building error
Soner Gokdogan <[email protected]> Tue, 25 Mar 2003 00:05:54 -0800 (PST)
| Newsgroups | gmane.comp.lib.jtc |
|---|---|
| Message-ID | <[email protected]> |
What does the following error messages mean? Can you please send your answers to [email protected] --------------------Configuration: cats - Win32 Debug-------------------- Compiling... cats.cpp Linking... cats.obj : error LNK2001: unresolved external symbol "public: __thiscall JTCInitialize::~JTCInitialize(void)" (??1JTCInitialize@@QAE@XZ) cats.obj : error LNK2001: unresolved external symbol "public: void __thiscall JTCThread::start(void)" (?start@JTCThread@@QAEXXZ) cats.obj : error LNK2001: unresolved external symbol "public: __thiscall JTCInitialize::JTCInitialize(void)" (??0JTCInitialize@@QAE@XZ) cats.obj : error LNK2001: unresolved external symbol "public: __thiscall JTCThread::JTCThread(class JTCHandleT<class JTCRunnable>,char const *)" (??0JTCThread@@QAE@V?$JTCHandleT@VJTCRunnable@@@@PBD@Z) cats.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall JTCThread::~JTCThread(void)" (??1JTCThread@@UAE@XZ) Debug/cats.exe : fatal error LNK1120: 5 unresolved externals Error executing link.exe. cats.exe - 6 error(s), 0 warning(s) __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com _______________________________________________ JTC-Users Mailing List - [email protected] http://www.orbacus.com/mailman/listinfo/jtc-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html