The DotGNU project (www.gnu.org/projects/dotgnu/index.html) tries
to implement a suite of free software tools to build and execute .NET applications.
You may currently use the results of this project in three different ways
with HBasic.
- Setup projects with C# language. Source files will be compiled with
the cscc compiler to create .NET compatible code.
- You may access class instances from .NET library classes from HBasic
code. Use methods from mscorlib.dll or create class definitions with C# or
other languages and use them from HBasic code.
- The .NET compiler directly compiles HBasic sources to .NET compatible
code.
The following documents will describe how to install and use this
features.
Contents