无法在 vs2012 中构建任何 c++ 项目。错误 LNK1327:rc.exe
Cannot build any c++ project in vs2012. error LNK1327: rc.exe
网上试了很多方法都失败了finally.Like如下:
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
它said:Therc.exe已经停止了;
错误 LNK1327:rc.exe
你试过重装vs吗?虽然比较耗时,但在大多数情况下应该都可以。
网上试了很多方法都失败了finally.Like如下:
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
它said:Therc.exe已经停止了; 错误 LNK1327:rc.exe
你试过重装vs吗?虽然比较耗时,但在大多数情况下应该都可以。