export VB activex to native DLL 
Author Message
 export VB activex to native DLL

Hi,

I'd like to know how to export or convert my VB com/activex into a Windows
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?



Sat, 08 Jan 2005 11:06:54 GMT  
 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?



Sat, 08 Jan 2005 23:59:18 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Exporting VB ActiveX Dlls

2. Any DLL for accesing VB native database

3. Write Native DLL - Win32.dll in VB7?

4. Exporting functions from a ActiveX DLL

5. exporting functions in a VB5 ActiveX DLL?

6. Creating a normal DLL in VB (no ActiveX dll)

7. Calling Std C DLL from VB ActiveX DLL

8. How to export to Html using Crystal's VB activeX

9. Compiling to native, dll problem

10. Native code dll's(6.0)

11. ActiveX.exe or ActiveX DLL or ActiveX Control?????????????

12. MSC-DLL Call by p-code exe and by native code exe (VB5)

 

 
Powered by phpBB® Forum Software