我嘗試將C(\ Program Files(x86)\ MSBuild \ Microsoft.Cpp \ v4.0 \ Platforms \ Win32 \ PlatformToolsets \ v71)的(工作)平臺工具集的副本添加到Visual C++ 2005中,感。如何使用VS2003工具集從VS11內建立C++項目?
但是,當我嘗試編譯我的項目,輸出是令人失望的:
1> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80x86
1> Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1>
1> cl ÿþ/
1>
1>cl : Command line warning D4024: unrecognized source file type 'ÿþ/', object file assumed
1> Microsoft (R) Incremental Linker Version 7.10.6030
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> /out:.exe
1> ■/
1>LINK : fatal error LNK1181: cannot open input file ' ■/.obj'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
看起來像一個字符集問題給我,但有沒有人得到它的工作?
只是好奇...你有增量鏈接啓用? – 2012-03-15 14:16:29
您是否確定所有資源對於該版本都是正確的? – Aleks 2012-03-20 12:06:45
@Aleks存在vs2003的解決方案/ vcproj文件,它編譯得很好。這不是源代碼問題,它肯定隱藏在調用編譯器的方式中。 – Timbo 2012-03-20 17:43:14