Exposing constants from ActiveX DLL 
Author Message
 Exposing constants from ActiveX DLL

Hello,

Does anyone know how to expose a constant or a global variable in an
ActiveX DLL so that the VB project can reference and use these
variables?

Thanks for any insight.

Sincerely,

William



Mon, 03 Dec 2001 03:00:00 GMT  
 Exposing constants from ActiveX DLL
public const xxx = "fds"

Filip


Quote:

> Hello,

> Does anyone know how to expose a constant or a global variable in an
> ActiveX DLL so that the VB project can reference and use these
> variables?

> Thanks for any insight.

> Sincerely,

> William



Mon, 03 Dec 2001 03:00:00 GMT  
 Exposing constants from ActiveX DLL

thoughts were released on Thu, 17 Jun 1999
09:54:36 GMT bearing the following fruit:

Quote:

>Hello,

>Does anyone know how to expose a constant or a global variable in an
>ActiveX DLL so that the VB project can reference and use these
>variables?

>Thanks for any insight.

A Public variable declared in your class (a
property) will be availble to the exe.

Anything you want to be available should be a
property or method of the class.

Regards,

Drac



Mon, 03 Dec 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Exposing constants on ActiveX dll

2. Exposing constants from a Class or ActiveX DLL

3. exposing Constants to ActiveX clients

4. Exposing UDT's outside of an activex dll

5. Exposing UDT's outside of an activex dll

6. Constants in VB5 ActiveX DLLs

7. Global Constants in ActiveX DLL ??

8. Problems with constants definitions in an ActiveX DLL.

9. ActiveX DLL parameter constants

10. global constants in an activex dll ?

11. How can an ActiveX DLL expose string constants enumerations?

12. wab32.dll exporting or exposing dll

 

 
Powered by phpBB® Forum Software