vs 2005安装问题
在debug的时候出现了"没有找到MSVCR80.dll "的对话框;
每次建立工程都会要改:
Properties->Configuration Properties->Code generation->Runtime Library 中的
Multi-threaded Debug DLL 改成 Multi-threaded DLL (/MD)
有没有从根本解决问题的办法?
[解决办法]
把MSVCR80.dll 这个文件找到, 放到相关目录下