Creating a normal DLL in VB (no ActiveX dll) 
Author Message
 Creating a normal DLL in VB (no ActiveX dll)

Hello there,
Does anybody know if it's possible to create a NOT "activeX-dll", so i can
call it from another progr. language with Declare ....???

Tx,
JD



Sun, 17 Mar 2002 03:00:00 GMT  
 Creating a normal DLL in VB (no ActiveX dll)
you can access an ActiveX DLL from another application by using the Declare
statement.
When you create it just have a module with you functions and subs as normal.
They will be the ones that you'd use in the 'declare' API calls.

Alan.

Quote:

> Hello there,
> Does anybody know if it's possible to create a NOT "activeX-dll", so i can
> call it from another progr. language with Declare ....???

> Tx,
> JD



Sun, 17 Mar 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. creating normal DLL (no ActiveX dll)??

2. difference between an activex dll and a normal dll

3. ActiveX vs "normal" DLL

4. DLL DLL DLL DLL DLL DLL

5. Calling Std C DLL from VB ActiveX DLL

6. Can't Create ActiveX Component While running DLL in VB for debugging

7. How to create a VB ActiveX DLL and use it from VC++

8. regsvr32 fails on an ActiveX dll created in VB sp2

9. Can I use a VB created ActiveX - dll in VC++

10. Using ActiveX compnts to create ActiveX DLL

11. How can a DLL interrupt normal VB processing?

12. C dll from ActiveX dll??

 

 
Powered by phpBB® Forum Software