- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting an unresolved external symbol error - LNK2001.
Is there a way to quickly assess which symbol is mismatched?
Thanks
Ken
Is there a way to quickly assess which symbol is mismatched?
Thanks
Ken
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page