1, C++\Category:General:
optimizations:
Debug选择Disable(禁止优化);
Release要选择Maximize Speed(速度最大化).
Debug Info:
Debug选择Program Database for Edit and Countinue, x64位要选择Program Databas;
Release选择None.
2, C++\Category:Code Generation\Use run-time library:
Deubg:Debug Multithreaded(Debug Multithreaded Dll)
Release:Multithreaded(Multithreaded Dll)
有引用关系的dll运行时必须相同
3,C++\Category:Preprocessor:
x64比x32多加一个宏:_AMD64
4, C++\Addtional include directories:
相对当前工作目录的路径额外的Include路径,可以不包含的工程文件内
5,Link\General\Object\libiary modules:Link的静态链接的Lib
6,Link\Input\Addtional Library path:
相对当前工作目录的路径额外的Lib路径,可以不包含的工程文件内
7,Link\General Debug Info:
Debug:Check
Release:No Check
8,VC6无法编译64位,必须安装Microsoft Platform SDK for Windows