Re: VC++ building error

Brent Eagles <[email protected]> Tue, 25 Mar 2003 09:11:01 -0330
Newsgroups gmane.comp.lib.jtc
Organization Object Oriented Concepts, Inc. An IONA Company
Message-ID <[email protected]>
On Tue, Mar 25, 2003 at 12:05:54AM -0800, Soner Gokdogan wrote:
> 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)

Did you remember to add the JThreads/C++ library to the link command?

Best regards,

Brent

-- 
Brent Eagles
Principal Engineer - IONA | Making Software Work Together TM 
Email: mailto:[email protected]
Phone: (709) 738-3725 x18
WWW: http://www.iona.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