Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
Important Update: Community Platform Migration​. Learn more​>

Linking error

ecc26
初学者
1,860 次查看
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 项奖励
1 回复
Jugoslav_Dujic
重要分销商 II
1,860 次查看
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 项奖励
回复