|
-
Mar 4th, 2011, 07:59 AM
#1
Thread Starter
Junior Member
[RESOLVED] DLL + VB6 + Global variables + ByRef
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 ?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|