首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

C++ Builder 新手有关问题

2012-02-06 
C++ Builder 新手问题 - C++ Builder / Windows SDK/APISHDeleteKey 为可找不到对应的库?用 coff2omf.exe

C++ Builder 新手问题 - C++ Builder / Windows SDK/API
SHDeleteKey 为可找不到对应的库?


用 coff2omf.exe转换 VC的 shlwapi.lib后,生成的库找不到shlwapi.dll对应的入口点


[解决办法]
何必这么麻烦呢. 自己用implib从shlwapi.dll导出C++Builder可用的Lib就行了.

另外, C++Builder自带shlwapi.lib, 在$(BCB)\lib\psdk目录下.
[解决办法]
implib -a C:\xxx.lib C:\xxx.dll

热点排行