To whom it may concern, I have downloaded the Improve C# for Eclipse 3 today, it seems to be running well. I can create the *.cs file without any problem.
The problem now is the compiler argument in Windows -->Properties--->CSharp. I downloaded the mono compiler from here: http://www.mono-project.com/Downloads The file I downloaded is : ftp://www.go-mono.com/archive/1.2.5.2/windows-installer/0/mono-1.2.5.2-gtksharp-2.10.2-win32-0.exe I don't know which file to choose for my argument, right now I have C:\Program Files\Mono-1.2.5.2\bin\setmonopath.bat because it is what leads to the Run Mono with Command Prompt shortcut. I run my code by clicking the red dot on the menu. I don't know if it is correct. My code is: using System; public class new_file { public static void Main() { // Add your code here Console.WriteLine("Hello World!"); } } But the console printout shows nothing. Please let me know if you know how to resolve these issues. Thanks, Tim -- I came, I saw, I wondered.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
