Re: compilers in edSharp

  • From: Jamal Mazrui <empower@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Thu, 10 Sep 2009 12:48:38 -0400 (EDT)

I've just posted a September 10 update at the usual URL
http://EmpowermentZone.com/edsetup.exe

or press F11 to Elevate.

The .NET 2.0 SDK still has to be manually installed for developing in C#,
VBNET, or JScript .NET.  You can get the SDK from
http://msdn.microsoft.com/en-us/netframework/aa731542.aspx

Now, once the SDK is installed, EdSharp should automatically find the
the directory with those command line compilers (it puts the path to the
directory at the beginning of the PATH environment variable for its own
process).  Thus, you should be able to pick one of those compilers with
Control+Shift+F5 and then compile with Control+F5.

For example, if the JScript .NET compiler is picked with Control+Shift+F5,
and then the following file is saved as Hello.js

import System

Console.WriteLine("Hello world")

then pressing Control+F5 should compile and create the console mode
executable hello.exe in the same directory as hello.js.

Jamal

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: