新建CLR項(xiàng)目,直接運(yùn)行,提示錯(cuò)誤:fatal error LNK1104: cannot open file 'MSCOREE.lib'
MSCOREE.lib was moved for Visual Studio 2008. It now resides here:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\x64
將上面2個(gè)目錄路徑添加到如下配置中:Tools-Options-Projects and Solution-VC++ Directories-Win32 or x64-Libraries
