Re: NEWBIE: Chess code fatal error

From: Daniel A. Koepke (dkoepke@circlemud.org)
Date: 09/15/02


On Sun, 15 Sep 2002, Thomas Larsson wrote:

> chess.obj : error LNK2001: unresolved external symbol

Does it provide any indication of what symbol is unresolved?  This means
that some code in chess.c is trying to call a function or use a variable
defined outside of it (an external symbol), but the compiler cannot find
said external symbol (hence, it remains unresolved).

You might want to double-check that your list of object files is complete
and correct.  The included 'link' line was oddly truncated at places, so I
could not scan through it for problems.

Thank you for providing a good subject line and more information in your
questions to the list.  It really does help.

-dak

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT