简体   繁体   English

如何在网站中部署win32 dll,以便可以在activex对象中使用它?

[英]How to deploy win32 dll in a website so it can be used in a activex object?

How to deploy win32 dll in a website so it can be used in an activex object? 如何在网站中部署win32 dll,以便可以在activex对象中使用它?

This problem comes from here : 这个问题来自这里:

Deploying XBAP with win32 DLL 使用Win32 DLL部署XBAP

What you may actually want to do is create a Browser Plugin (which is essentially an ActiveX control in IE). 您实际上可能想要做的是创建一个浏览器插件(实际上是IE中的ActiveX控件)。 There are definite downsides to using an ActiveX control, but the extreme panic implied by some of the comments is not completely justified. 使用ActiveX控件有一定的弊端,但是某些注释所暗示的极端恐慌并没有完全正当的理由。 I wouldn't try to do it all yourself, however; 但是,我不会尝试自己做所有事情; take a look at the FireBreath project, which makes it fairly straightforward to write a browser plugin (in C++) that can be used in all browsers on windows. 让我们看一下FireBreath项目,它使编写一个可在Windows上所有浏览器中使用的浏览器插件(用C ++)变得相当简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM