C# compiling

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
C#

C# compiling

Post by C# »

I'd like to setup zues to compile C# .NET

I have .net 2.0 framework installed.

Thanks for taking the time, if you know the answer...
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The Zeus configuration model is language neutral, meaning the steps needed to configure a new language are pretty much the same for all languages. The only thing that really changes is the command line to be run.

For more information about these configuration steps you need to read these topics:
  1. Configuring Zeus to Run a Third Party Compiler
  2. Using the Workspace to Configure Third Party Tools
Cheers Jussi
Guest

Post by Guest »

jussij wrote:The Zeus configuration model is language neutral, meaning the steps needed to configure a new language are pretty much the same for all languages. The only thing that really changes is the command line to be run.

For more information about these configuration steps you need to read these topics:
  1. Configuring Zeus to Run a Third Party Compiler
  2. Using the Workspace to Configure Third Party Tools
Cheers Jussi
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe /debug /r:System.dll; "$fn"

inserting the full path before the csc.exe seemed to do the trick.
Post Reply