[Mono-list] interop question

Lloyd Dupont lloyd@galador.net
Thu, 25 Oct 2001 20:58:57 +0200


Hy,

maybe you want to know:

> [DllImport("struct.dll"),  CharSet=CharSetUnicode]
> Maybe that helps?

this is "the" good idea, indeed. just little syntax error, here the 
correct statement:
[DllImport("struct.dll", CharSet=CharSet.Unicode)]