- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am building a .DLL in Fortran and I keep receiving the following error:
LNK2001: unresolved external symbol _ ....
I have found it is because I am not linking the correct libraries. How do I find out which libraries I am supposed to link???
Thanks
LNK2001: unresolved external symbol _ ....
I have found it is because I am not linking the correct libraries. How do I find out which libraries I am supposed to link???
Thanks
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Generally whatever API you are using will tell you what library you are supposed to link against in the interface documentation. If you provide the symbol name we could probably give you a more concrete answer.
James
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the exact error I am getting...
error LNK2001:
unresolved external symbol _waitonmouseeventqq
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's a QuickWin routine which is available only for QuickWin and Standard Graphics project types. My guess is that you selected some other project type (Console, Windows Application, etc.)
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