编译成Release的连接问题

VS2005

1.Properties -> C/C++ -> Code Generation -> Runtime Library : Multi-threaded(/MT)

2.Properties -> Linker -> Input -> Ignore Specific Library : LIBCMT.lib

3.Properties -> Configuration Properties -> General -> Configuration : Appliction(.exe)/Dynamic Library(.dll)

4.Properties -> Configuration Properties -> General -> Character Set : Use Multi-Byte Character Set

你可能感兴趣的:(properties,input,character,library,generation,linker)