Re: errors while building


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

Posted by Tossed Salad Man on July 29, 1999 at 13:11:29:

In Reply to: Re: errors while building posted by Sleepless Snowman on July 29, 1999 at 13:08:52:

: : anyone know what these mean?

: : Linking...
: : direc.obj : error LNK2001: unresolved external symbol "public: __thiscall DirectoryReader::~DirectoryReader(void)" (??1DirectoryReader@@QAE@XZ)
: : direc.obj : error LNK2001: unresolved external symbol "public: int __thiscall DirectoryReader::GetName(char *,unsigned int)" (?GetName@DirectoryReader@@QAEHPADI@Z)
: : direc.obj : error LNK2001: unresolved external symbol "public: __thiscall DirectoryReader::DirectoryReader(char *)" (??0DirectoryReader@@QAE@PAD@Z)
: : OJ3.exe : fatal error LNK1120: 3 unresolved externals
: : Error executing link.exe.

: : 2604PROJ3.exe - 4 error(s), 0 warning(s)

: Where is your Build() being called?

Did you include your header file for definiton?


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]