My c/c++ skills are non-existent
and
there’s some custom string array data that needs to be returned from an old C dll
fyi – The C/C++ code can be modified as needed
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without more information about your specific case, it’s impossible to say how you’d marshal the return value. Perhaps this page of interop marshaling samples will help: http://msdn.microsoft.com/en-us/library/e765dyyy.aspx
The above link no longer works. Try Marshaling Data with Platform Invoke.