摘要:把include文件夹(里面是某个库的头文件)拷到自己的项目中,添加头文件时需要使用#include”include\xxx.h”方式,如果打算使用#include”xxx.h”方式。解决方法:项目属性->C++>常规->附加包含目录:$(MSBuildProjectDirector...
        阅读全文
        
            posted @ 2015-09-02 20:20
|  | |
| 随笔分类 - vs
摘要:把include文件夹(里面是某个库的头文件)拷到自己的项目中,添加头文件时需要使用#include”include\xxx.h”方式,如果打算使用#include”xxx.h”方式。解决方法:项目属性->C++>常规->附加包含目录:$(MSBuildProjectDirector...
        阅读全文
 
            posted @ 2015-09-02 20:20 
摘要:从网上粘贴代码到编译器中直接编译的话,会报这个错误,但是代码看上去是没有问题的,实际的原因是因为我们粘贴代码的时候粘贴了中文字符进来。解决方法:就是把这段代码放到记事本里,选择替换把中文输入空格替换成英文输入空格
        阅读全文
 
            posted @ 2014-11-20 19:14 
摘要:1、cannot determine the location of the vs common tools folder打开"VS2013开发人员命令提示后",上面提示"cannot determine the location of the vs common tools folder",于是打...
        阅读全文
 
            posted @ 2014-07-16 21:57 
 | |