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

__imp__SetupDiDestroyDeviceInfoList

时间:2014-05-08 14:10:51      阅读:437      评论:0      收藏:0      [点我收藏+]

标签:des   blog   class   ext   int   get   

error LINK2019 unresolved external symbol __imp__SetupDiDestroyDeviceInfoList

分类: 转载文章 547人阅读 评论(0) 收藏 举报
碰到第二个问题:
   OpenByInterface.obj : error LNK2001: unresolved external symbol __imp__SetupDiDestroyDeviceInfoList@4
   OpenByInterface.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetClassDevsA@16
   OpenByInterface.obj : error LNK2001: unresolved external symbol __imp__SetupDiGetDeviceInterfaceDetailA@24
   OpenByInterface.obj : error LNK2001: unresolved external symbol __imp__SetupDiEnumDeviceInterfaces@20
   Release/TestCCDeath.exe : fatal error LNK1120: 4 unresolved externals
   执行 link.exe 时出错.
   TestCCDeath.exe - 1 error(s), 0 warning(s)
   解决方法:#pragma comment(lib,"setupapi")

__imp__SetupDiDestroyDeviceInfoList,布布扣,bubuko.com

__imp__SetupDiDestroyDeviceInfoList

标签:des   blog   class   ext   int   get   

原文地址:http://www.cnblogs.com/wjgaas/p/3713729.html

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