Software Archive
Read-only legacy content
17061 Discussions

unresolved external symbol

pecan204
Beginner
315 Views
I am getting an unresolved external symbol error - LNK2001.

Is there a way to quickly assess which symbol is mismatched?

Thanks

Ken
0 Kudos
1 Reply
Steven_L_Intel1
Employee
315 Views
The error message includes the name of the symbol it is looking for and the object module which contained the reference. If the symbol name is of the form _FOO@12, then it is a call to a routine FOO with three actual arguments. Then compare all calls to FOO to the declaration and make sure the argument lists match.

Steve

Steve
0 Kudos
Reply