How to resolve fatal error LNK1000: Internal error during IncrBuildImage?

后端 未结 6 1924
甜味超标
甜味超标 2020-12-05 13:59

I am trying to recompile solution file for memcached project on Windows 7 64 bit with Visual Studio 2008 and got the following error:

1>LINK : fatal error         


        
6条回答
  •  不思量自难忘°
    2020-12-05 14:25

    Installing Windows SDK 7 for 64 bit platform resolved my problem. I simply didn't have it when I've tried to compile without it. My bad.

提交回复
热议问题