1. visual c++同时打开多个工程
在系统资源管理器->文件夹选项->选择dsw文件-> 高级->open with->编辑->把“使用DDE”前面的勾取消
2.VC提示msedv.exe 错误 ... (值可能不一样)
解决办法:把工程目录下的后缀为aps,plg,opt,ncb的文件删掉
3.vc的output窗口只能最大化与最小化,不能与代码分两栏显示
解决:windows-->Docking view 或直接按 alt+F6
二、VC 出错处理
2.1 fatal error LNK1103: debugging information corrupt; recompile module
【解】tools->options->Directories->Library Files->把winddk的目录放后面,vc自带的在前
2.2 把一个有文件夹的源代码导入到vc++里面,编译时出现: The source files ... are both configured to produce the output file,The project cannot be built.
【解】原因是文件夹中有重名的文件,按照提示的文件把重名一下文件就可以编译了。
阅读(2081) | 评论(0) | 转发(0) |