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
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
链接已复制
1 回复
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
Jugoslav