Posted by hussein on July 17, 2000 at 08:04:28:
In Reply to: external error posted by SR on July 17, 2000 at 03:29:00:
: flightlist.obj : error LNK2001: unresolved external symbol "void __cdecl Interface(struct
generally an "unresolved external" is when you have a function prototype in your program but the compiler cannot find the actual function during the linking stage ...