ABC
1
QuestionAnswerMemo
2
LINK : fatal error LINK1123: 轉換成 COFF 時失敗: 檔案無效或毀損
http://www.laird.tw/2015/06/visual-studio-c-link-fatal-error.html
這個問題幾乎都是因為在同一個系統中,同時安裝了兩套 Visual Studio 而導致的。
3
VS C++ 中物件屬性沒自動出現 (IntelliSense: 'Unavailable for C++/CLI')
https://sites.google.com/site/sjdsifm/q-a/01-visual-studio-2010-c-bu-zhi-yuanintellisense-jie-jue-fang-an
Visual Assist X下載頁面: http://wholetomato.com/
4
error MSB8009: .NET Framework 2.0/3.0/3.5 target the v90 platform toolset. Please make sure that Visual Studio 2008 is installed on the machine.C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets
http://dicky-programmingjoy.blogspot.tw/2011/08/compiling-c-project-using-visual-studio.html
Goto Project properties-> Configuration properties-> general -> Platform Tool set -> change v90 to v100