use of undefined type 'IActiveDesktop'

本文介绍了一种解决wininet.h与shlobj.h头文件包含顺序冲突的方法,确保正确编译,避免定义空间错误。通过调整包含顺序及检查命名空间可以有效解决该问题。

You could try

#include <wininet.h>
#include <shlobj.h>//这样的顺序就可以通过编译了

as I believe there are things in shlobj.h that rely on wininet.h being included first.

After that, you might also consider that by default, #import generates definitions inside a namespace, so if that was where IActiveDesktop was being defined, it wouldn't be in the global namespace.

You can look at the generated tli/tlh files to see what the namespace is called

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值