Hi
Trying to make a QWIN application using VS2005 and Intel VF version 11.1.065 on Windows 7, I get the error message:
Error1 fatal error LNK1104: cannot open file 'user32.lib'LINK
whenI try to builda very simpleproject.
Using command line compiling everything is ok.
What shall I do ?
Regards
Jens Henning Jensen
链接已复制
3 回复数
In Visual Studio, select Tools > Options > Intel Visual Fortran > Compilers. Click on the ... button to the right of Libraries. The list should look like this:
[plain]$(IFortInstallDir)compilerlibia32 $(IFortInstallDir)mkllibia32 $(VCInstallDir)atlmfclib $(VCInstallDir)lib $(VCInstallDir)PlatformSDKlib $(FrameworkSDKDir)lib[/plain]If it doesn't, click OK to close this window and then click Reset All, then try a build.
Hello Steve
The options looked exactly like above, but i added a new line:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib
and now it seems to work!
As always you have been very helpfull, thank you!
Jens Henning Jensen
Real programmers do it in FORTRAN
The options looked exactly like above, but i added a new line:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib
and now it seems to work!
As always you have been very helpfull, thank you!
Jens Henning Jensen
Real programmers do it in FORTRAN
