Hi everyone,

I have declared some global variables in one of my class module of my DLL ActiveX VB6 project.

I can access those global variables in a client VB6 project referencing the DLL but the "ByRef" mechanism does not work. I mean that a global variable from the DLL passed by reference in a function of the client VB6 project does not keep value affected in the function after its execution.

Could someone help me please ?