1) mcs MyApp.cs creates a MyApp.exe (under linux). Is MyApp.exe a real binary file?
If you mean native-code, then no. But it includes platformindependent binary-code like the Java .class-files.
Hmmm.. for this you must edit a configure file in /etc I think.Am I able to run it without using mono MyApp.exe? How?
Have a look at this post. There stand a tip, how to start Windows-programs without using wine at beginning.
http://crossover.codeweavers.com/pipermail/discuss/2002-May/000426.html
If you have installes Microsofts .NET-Framework on Windows, then only type2) file MyApp.exe prints out something like: "Microsoft executable file" (don't remember) Am I able to run MyApp.exe under Windows? How?
MyApp.exe
or simple
MyApp
And if you have Mono installed under Windows, then type the same like under Linux:
mono MyApp
3) Is there a HTML(PDF or PS) file, downloadable where I can see the classes
& methods?
Something like Sun's Java API Documentation?
There is something at http://mono.jroith.de/monkeyguide/ in a very early stage
As the same way, as MyApp.exe created under Linux:4) MyApp.exe could also be created under Windows. Am I able to run it under Linux? How?
mono MyApp.exe
Greatings
BL-Freddy
_________________________________________________________________
Messenger� - �Wer in Echtzeit kommunizieren will, l�dt den MSN Messenger. Cool, kostenlos und mit 3D Emoticons: http://messenger.msn.de
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
