Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Link Library Error

jthapar
Beginner
1,096 Views
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
0 Kudos
3 Replies
james1
Beginner
1,096 Views
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
0 Kudos
jthapar
Beginner
1,096 Views

This is the exact error I am getting...

error LNK2001:
unresolved external symbol _waitonmouseeventqq

Thanks
0 Kudos
Steven_L_Intel1
Employee
1,096 Views
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
0 Kudos
Reply