dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] [Bug #3387] string[]'s and PInvode


From: Rhys Weatherley
Subject: Re: [Pnet-developers] [Bug #3387] string[]'s and PInvode
Date: Tue, 29 Apr 2003 21:17:30 +1000
User-agent: KMail/1.4.3

On Tuesday 29 April 2003 08:50 pm, address@hidden wrote:
> [DllImport("mylib")] static extern void c_myFunc(int i, string[] str);
> public void myFunc(int i, string[] str)
> {
>     c_myFunc(i, str);
> }

OK, it looks like I need to add another PInvoke handling case.  Shouldn't be 
too hard.  Hopefully should be fixed in the CVS version in the next couple of 
days.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]