- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Interesting - I would have expected that folder to be included with the $VCInstallDir)PlatformSDK\Lib entry. Glad to hear that you got it working.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page