exporting functions in a VB5 ActiveX DLL? 
Author Message
 exporting functions in a VB5 ActiveX DLL?

How do you create a DLL containing exported functions in VB 5 Pro?  I've
written some functions in VB but when I examine my ActiveX DLL using
QuickView, my functions are not listed as exported.  I'd like to call
these functions from within other development environments.



Tue, 05 Oct 1999 03:00:00 GMT  
 exporting functions in a VB5 ActiveX DLL?

Quote:

> How do you create a DLL containing exported functions in VB 5 Pro?  I've
> written some functions in VB but when I examine my ActiveX DLL using
> QuickView, my functions are not listed as exported.  I'd like to call
> these functions from within other development environments.

VB5 doesn't directly support this.  If the other platform can't call OLE
DLLs, you're sorta out of luck.  I've heard that the new version of
SpyWorks does offer you a hack to permit, this, though.  Go to
http://www.desaware.com for more info.

Later...   Karl



Tue, 05 Oct 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Exporting functions from a ActiveX DLL

2. Export functions from VB5 .dll or .exe?

3. Export functions from VB5 .dll or .exe?

4. Export VB5.0 functions in DLL

5. Export functions from VB5 .dll or .exe?

6. Exporting functions from VB5 created DLLs.

7. Cal i use the Declare Keyword to call a Function in a DLL ActiveX of vb5

8. Cal i use the Declare Keyword to call a Function in a DLL ActiveX of vb5

9. Cal i use the Declare Keyword to call a Function in a DLL ActiveX of vb5

10. From excel, use a function in a DLL (ActiveX DLL)

11. VB5 DLL function / Can't find DLL entry point

12. SPEED: VB5 ActiveX DLL vs C++ ATL COM DLL

 

 
Powered by phpBB® Forum Software