fatal error LNK1104: cannot open file 'kernel32.lib'
or
fatal error LNK1104: cannot open file 'opengl32.lib'
Then from one forum I found the solution. You need to set in Configuration Properties > General > Platform Toolset "Windows7.1SDK". This made the linker work without a problem.
(click on the image to enlarge)
About the Visual Studio Express. I`m using it because it`s free to download from Microsoft and offers high comfort of developing and debugging in C++. Even compiling under 64bit, which didn`t require any purchase updgrade.
No comments:
Post a Comment