fatal error LNK1104: cannot open file 'kernel32.lib'

后端 未结 13 2268
既然无缘
既然无缘 2020-12-05 10:07

I\'ve been getting this error ever since I installed the .NET Framework SDK for 64-bit programming on my Visual C++ 2010 Express compiler. I can\'t compile even a simple pro

13条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 10:38

    enter image description here

    gero's solution worked for me.
    In Visual Studios 2012, take the following steps.
    - Go to Solution Explorer
    - Right click on your project
    - Go to Properties
    - Configuration Properties -> General
    - Platform Toolset -> change to Windows7.1SDK

提交回复
热议问题