View Single Post
  #2 (permalink)  
Old 07-31-2007, 03:56 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Smile Re: How to pass array of string from vc++ dll to C# ?

Hi,

The one way is to combine the array of string into string using a separator and pass the string from VC++.net into C#. We can split the string from the C# and then convert it into array of string using Separator.
__________________
The OXYGEN
Delivers edgy, intelligent Technology to all...
Reply With Quote