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

Linking error

ecc26
Beginner
565 Views
Trying to compile this code, I get an error LNK2001: unresolved external symbol __QWINSetAboutString
Does anybody know what this means? how can I get visual fortran to tell me exactly what line is generating this kind of error? is this possible.?

thank you

0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
565 Views
The source is not attached (probably Forum bug). __QWINSetAboutString is an internal QuickWin function. My guess (but just a guess) is that you're trying to use some QuickWin graphic functions in a console application, or perhaps you have accidentaly deleted /libs:qwin from compiler command-line.

Jugoslav
0 Kudos
Reply