码迷,mamicode.com
首页 > 编程语言 > 详细

VS配置C++依赖包

时间:2018-01-17 16:04:45      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:post   依赖包   addition   enc   静态链接   linker   ati   调用   and   

处理好三个东西

1、头文件,Configuration Properties → VC++ Directories → Include Directories

2、静态库,Configuration Properties → Linker → Input → Additional Dependencies,如需批量添加,则在…… → Command Line中

3、动态库,加入环境变量

重启VS即可

头文件提供类、函数的接口形式,方便调用

静态库作静态链接,动态库作动态链接

VS配置C++依赖包

标签:post   依赖包   addition   enc   静态链接   linker   ati   调用   and   

原文地址:https://www.cnblogs.com/catnip/p/8302834.html

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