开发者

why "Error : IActiveDesktop undeclared indentifier" occurs even after incluing the specifed file?

开发者 https://www.devze.com 2022-12-15 05:05 出处:网络
I amusing IActiveDesktop interface to change wallpaper . I have included files \"shlobj.h\" , \"shlguid.h\" for that in my MFC project.

I am using IActiveDesktop interface to change wallpaper . I have included files "shlobj.h" , "shlguid.h" for that in my MFC project.

But still i am getting error : "undeclared identifier IActiveDesktop" . Can anybody tell me how t开发者_JS百科o resolve it ?


There are a few more includes you'll have to add manually. See ActiveDesktop Compilation Errors Under Visual C++ 6.0 MFC KB article.

0

精彩评论

暂无评论...
验证码 换一张
取 消