Re: external error


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

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 ...


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


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