bearvarine Posted January 27, 2008 Posted January 27, 2008 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 Quote "When the Fool Killer comes to town, everyone heads for the tall grass..."
aphillips Posted February 28, 2008 Posted February 28, 2008 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.