> Great! That worked. Am I correct in assuming that to run Simple.exe under > the Mono runtime (as opposed to Microsoft's) I simply type "mono simple.exe" > ?
Yep! > Also, does the mono compiler accept the same arguments as Microsoft's > command-line compiler? Thanks everyone! I think there are a couple of very obscure ones that gmcs does not accept, but everything commonly used is the same. You can type "gmcs /?" to list some of the ones it accepts. Jonathan _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
