Tools Reference
In This Section
- Cω Compiler Options
-
Provides documentation of options to be used with the Cω
compiler (cwc.exe) either from within Visual Studio or when compiling from the
command line. cwc.exe is designed to support many of the same options as the
Visual C# compiler (csc.exe).
- Cω SQL Generator (Sql2Comega.exe)
-
This utility builds a managed assembly from the metadata found a SQL Server
database. This enables you to program against those SQL types in a first class
way. This tool is how the Northwind.dll, which is included with some of the Cω
samples was created.
- XSD to Cω Import Tool (Xsd2Comega.exe)
-
This utility builds a managed assembly from the types defined in an XML Schema.
This enables you to program against those XML types in a first class way.
Related Sections
- Samples
-
Sample source code showing how to write applications for the .NET Framework
using Cω.