开发者

Linking error VC++

I download Neoncube downloader and tried to compile. After I resolved some linking issues, there's still three that I can't solve.

1>main.obj : error LNK2019: unresolved external symbol _UnEmbedBrowserObject referenced in function "long stdcall NoticeWindowProcedure(struct HWND *,unsigned int,unsigned int,long)" (?NoticeWindowProcedure@@YGJPAUHWND__@@IIJ@Z)

1>main.obj : error LNK2019: unresolved external symbol _EmbedBrowserObject referenced in function "long stdcall NoticeWindowProcedure(struct HWND *,unsigned int,unsigned int,long)" (?NoticeWindowProcedure@@YGJPAUHWND__@@IIJ@Z)

1>main.obj : error LNK2019: unresolved external symbol _DisplayHTMLPage referenced in function "void cdecl drawNotice(struct HWND *,int)" (?drawNotice@@YAXPAUHWND__@@H@Z)

These functions appear to be from some obscure COM object from Microsoft. Yet I can't found any documentation on it. (UnEmbedB开发者_StackOverflow中文版rowserObject, EmbedBrowserObject, DisplayHTMLPage)

Can someone help me?

Thanks


These are not names in any of the Microsoft SDK libraries. The appear to come from this code project. It could also be this one. You'll have to build it to create the DLL and add the .lib it produces to your project's linker input.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜