O.P. DLL return value
I have a C++ DLL and I'd like to return an array of data. It is stored in a vector inside the DLL, but I don't know how to return it so it can be used in JScript.
Also, how do I make the function exports undecorated so I can just put the undecorated name of the function in the Function parameter of Interop.Call() ?
Solved, thanks J-Thread!
This post was edited on 12-28-2006 at 11:06 PM by deAd.
|