[Mono-list] Hello World works!

Lloyd Dupont Lloyd.Dupont@wanadoo.fr
Wed, 29 Aug 2001 16:35:39 +0200


<fixed><flushleft><fontfamily><param>Ohlfs</param>(I would apologize for =
spamming Miguel, problems with my mailer...)

<color><param>0000,0000,DEDE</param>

> The executable is being compiled on Windows with .NET Beta2, just like

> the rest of our class libraries and then copied over to Linux.

</color>you mean i use csc to build my class on windows and just copy it =
on =20

libux and,

IT WORKED !

great !


BTW, hmm, i have a question, in my own projet i have interop code

(actually ordinary C code), i guess this one has to be rewrite but my =20=


question is the folowing


i import it like this

[DllImport("mydll")]

public static extern returntype myFonction(myArgument);


i put "mydll" without the ".dll" extension. on linux would interop

search for adll.so ? or whatelse ?