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?
This problem comes from here :
Deploying XBAP with win32开发者_JAVA百科 DLL
What you may actually want to do is create a Browser Plugin (which is essentially an ActiveX control in IE). There are definite downsides to using an ActiveX control, but the extreme panic implied by some of the comments is not completely justified. 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.
精彩评论