码迷,mamicode.com
首页 > 其他好文 > 详细

#include 和 #pragma comment 的相对路径起点

时间:2014-06-29 00:06:25      阅读:534      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   文件   art   c   

#include 是以当前文件所在路径为当前目录

#pragma comment 是以当前工程所在路径为当前目录

#include "../../../../ThirdParty/Include/REG/DH/dhnetsdk.h"
#pragma comment(lib, "../../ThirdParty/Lib/REG/DH/dhnetsdk.lib")

如上,大华车牌识别仪的头文件和链接文件都在项目解决方案目录下的ThirdParty目录,而相对引用时当前目录的起始位置是不同的。

#include 和 #pragma comment 的相对路径起点,布布扣,bubuko.com

#include 和 #pragma comment 的相对路径起点

标签:style   blog   color   文件   art   c   

原文地址:http://www.cnblogs.com/mforestlaw/p/3794150.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!