Home All Groups Group Topic Archive Search About

Getting String Data from C++

Author
13 Sep 2006 3:29 AM
Michael Hesse
Hi,

I have a C++ DLL that I call from a VB.Net app.  I need to call a function
from VB in the DLL and get string data back.

Any suggestions on how to do this?  What kind of parameters do I use on each
end?

Thanks,

Michael

Author
14 Sep 2006 3:24 AM
tomb
What does the documentation for the dll say about that function?

T

Michael Hesse wrote:

Show quoteHide quote
>Hi,
>
>I have a C++ DLL that I call from a VB.Net app.  I need to call a function
>from VB in the DLL and get string data back.
>
>Any suggestions on how to do this?  What kind of parameters do I use on each
>end?
>
>Thanks,
>
>Michael
>
>

>