
export VB activex to native DLL
You can use SpyWorks to create a proxy that call's your VB
DLL. I think they call it Dynamic Export Technology or some
such thing.
www.desaware.com
Or you could use vbAdvance to create a standard DLL with VB:
www.vbadvance.com
Quote:
> Hi,
> I'd like to know how to export or convert my VB
com/activex into a Windows
Quote:
> native DLL file.
> No, I'm not talking about creating a DLL file from within
VB -- that creates
> an ActiveX DLL.
> What I'm talking about is creating a native Windows DLL.
AFAIK, only C++ can
> do this.
> Are there any tools out there that can do this conversion
from VB or convert
> an ActiveX DLL to windows native DLL?
> How about C#? If I'm gonna have to learn C, then I figure
I'll learn C#.
> Will C# create native DLL's?