- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am receiving the following error message when trying to bild my program:
modelcopy.obj : error LNK2001: unresolved external symbol _SORT@4
modelcopy.obj : error LNK2001: unresolved external symbol _ZEROIN@16
modelcopy.obj : error LNK2001: unresolved external symbol _ZEROIN@16
I have tried to search the web and literature, but I do not understand what the Sort@4 and Zeroin@16 mean. If anyone could help, it would be greatly appreciated.
Thanks,
Andrew
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It looks like the compiler sees functions defined in your code named sort(), with 4 bytes of arguments, and zeroin, with 16 bytes. Either you call them by mistake, or you provided them, but they failed to compile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks tcprince, that took care of the problem. There were spelling errors in the program that were not allowing proper linking.
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