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
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
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