[Mono-dev] mono embed: passing arrays from and to unmanaged code

Davide Morelli davide.morelli at parser.it
Wed Jan 11 10:17:15 EST 2006


hi list,

I'm trying to pass arrays of floats and strings from and to mono embed from 
a C software with no luck.

I'd need to call (from C) managed functions like:
void TakeManyStrings(string [] list);
void TakeManyFloats(float [] list);

i'd also need to do the same from managed to umnanaged: call a C function 
from C# passing an array of strings and floats.

I couldn't find any useful manual page or source code on how to do so..
could anybody point out any reference to me?

ciao,
Davide.





More information about the Mono-devel-list mailing list