首页 > 其他 > 详细

VC2013 添加库文件

时间:2014-03-05 17:58:56      阅读:532      评论:0      收藏:0      [点我收藏+]
1。项目--〉属性--〉链接器
 
1. You #include the header file (.h) file in your project as necessary.   2. You list the import library (.lib) in the Linker->Input->Additional Dependencies section of your project settings.   3. You place the DLL itself (.dll) in the same directory as the executable. so it can be found at run time.  
David Wilkinson | Visual C++ MVP

Did I do anything wrong? Could you give more details? I‘ve got the same problem, The way does not work here.

VC2013 添加库文件,布布扣,bubuko.com

VC2013 添加库文件

原文:http://www.cnblogs.com/gaoxianzhi/p/3581458.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!