Changing from C# List(of string) to C++ acceptable format?

Status
Not open for further replies.

karimallen

Member
Joined
Jan 7, 2009
Messages
6
Programming Experience
1-3
Ok I have a C++ dll which is opened by a C# program, the C# program takes an arrayofstrings from a web service, i want to send this to the C++ dll. what is the quickest method??

thanks
 
Last edited:
Status
Not open for further replies.
Back
Top