1,并行编译,C/C++->General Multi-processor Compilation 改为yes,C/C++->Code Generation->Enable Minimal Rebuild改为No
2,引入boost 需要打开C/C++->Code Generation->Enable C++ Exceptions YES/EHsc,否则报错
3,warning LNK4204:“vc100.pdb”缺少引用模块的调试信息;正在链接对象,如同没有调试信息一样
Linker-》 Debugging -》Generate Debug info改为No
4,warning C4996 对过时的函数不要再报警
Project properties->Configuration Properties->C/C++->Preprocessor->Preprocessor Definitions
加入 _CRT_SECURE_NO_WARNINGS