Jump to content

Problem compiling ver 3.22 - cannot open file kernel32.lib


Recommended Posts

These seem to be linker errors, but why am I getting them?

Error 1 fatal error LNK1104: cannot open file 'kernel32.lib' Squish_x64 Squish_x64

Error 2 fatal error LNK1104: cannot open file 'kernel32.lib' ShellExtension_x64 ShellExtension_x64

"When the Fool Killer comes to town, everyone heads for the tall grass..."

Link to comment
Share on other sites

  • 1 month later...
These seem to be linker errors, but why am I getting them?

As nobody else replied I will guess that you do not have your library files directories for C++ set up correctly. Go into Visual Studio options and go to the Projects/VC++ Directories page. Select "Library files" under "Show driectories for". You must have these entries missing (as kernel32.lib is in both):

$(VCInstallDir)lib

$(VCInstallDir)PlatformSDK\lib

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...