Posted by Nadine on March 08, 2001 at 16:57:52:
In Reply to: Linker Error posted by Lane LiaBraaten on March 06, 2001 at 18:38:48:
Generally this means that the function call and prototype don't match or you have defined the function with no body. (MSVC++ is very quite picky). If you look in the MSDN library for 'LNK2001' it will even give you an example of what might be causing the problem.
Respec'
Nadine
. 7D3 (CpE)'
: I get the following error when I link my program:
: Database.obj : error LNK2001: unresolved external symbol "public: __thiscall Array : Any Suggestions? : Lane L.
: Database.obj : error LNK2001: unresolved external symbol "public: __thiscall Array