I need to call a VB function in an ActiveX DLL from C++ code and return a string. (I am not calling C++ DLL from VB, but a VB DLL from C++). I have difficulty to do that. I know how to return an integer, but I need string and array of integers.
I really appreciate someone can give me a help. THank you in advance.