使用 VC 创建 IE 插件2010年速成版
我需要使用 VC++ 2010 Express 版本为 IE 创建一个插件。它需要处理 BHO 并创建 dll 文件。那么任何人都可以向我提供要遵循的步骤和参考资料。我还知道它需要 sdk 和 wtl/atl 所以请帮助我解决同样的问题。
我已经下载并安装了 VC++ 2010 Express Edition,但无法继续。 请帮我。
I need to create an addon for IE using VC++ 2010 express edition. It requires to work on BHO and create dll files. So can any one please provide me the steps to follow and references. Also I came to know that it requires sdk and wtl/atl so please help me regarding the same.
I have downloaded and installed VC++ 2010 express edition but I am not able to move forward.
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ATL 在 VC Express 中不可用。查看用纯 C++ 编写 BHO 以获取基于 Windows SDK 的示例。
建议阅读:
ATL is not available in VC Express. Check Writing a BHO in Plain C++ for an example based on Windows SDK.
Suggested reading: