Have you considered using a callback to a VB bas module? Pass the address of a public function using the AddressOf operator to your C++ DLL and then when you are ready to send the data back to VB, just call that address. You will probably need to use ByVal on all of the parameters being passed in however . . . - Jeff Marler B-)
Could you list the data types that you need passed back to VB and I'll try to give you an example for the callback that you are going to require. - Jeff Marler B-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.