Posted by Sleepless Snowman on July 29, 1999 at 13:08:52:
In Reply to: errors while building posted by Milly pan on July 29, 1999 at 13:05:47:
: 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?