Using an unmanaged c++ dll

T

Torben Laursen

Hi

I have a function in a c++ dll that I need to use, but I do not know how to
pass the arguments.
This is the function in c++:
extern "C" __declspec(dllexport) void __stdcall Info(char *Label, const int
&ID, char *Message, int &StatusCode, int &ErrorIndex, char *ErrorString)

Can anyone show me a few lines of code that tell me how to talk pass the
correct arguments?

Thanks Torben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top