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

后端 未结 13 2276
既然无缘
既然无缘 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:31

    Make sure you have in VC++ directories (Right click project, Click Property Page),

    • Include Directories: $(IncludePath)
    • List item Library Directories: $(LibraryPath)

提交回复
热议问题