原文转自 http://blog.csdn.net/mxclxp/article/details/8196142 [环境] Windows XP OS: Visual Studio 2008: 本来是vs2003开发的工程,迁移至vs2008后出错. [分析] mfc71.lib是vs2003所使用的MFC类库:虽然我的机器中同时安装有vs2003和2008两个版本,不过由于我的vs2008的类库查找PATH中找不到mfc71.lib而报的错.更进一步地说,vs2008的类库查找PATH中…
程序有时编译出现警告C4996,报错: warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details: 解决办法: 在项目属性 -> 配置属性 -> C/C++ -> 预处理器 ->预处理器…
本人使用的是vs2012,编写一个简单的opengl程序,运行的时候总是提示: fatal error C1083: 无法打开包括文件:“gl/glut.h”: No such file or directory: 或者 fatal error C1083: 无法打开包括文件:“gl/glaux.h”: No such file or directory: 这个时候就要进行相应的如下操作: 1.下载GLUT工具包: glut_37beta.rar 2.将下载的压缩包解开,将得到5个文件,包含:…
在WIndows 7操作系统上同时安装VS2012与VS2015并用VS2012创建MFC程序时弹出编译错误”fatal error C1083: 无法打开包括文件:“mprapidef.h”: No such file or directory”的解决办法: I installed vs2015 and vs2012, then the same problem occurs,however, I find a solution. open visual studio project sett…