All the code samples used to illustrate this document are found in the samples/dotnet/
subdirectory.
Compile the three samples by executing nmake
in the samples/dotnet/
directory.
If you are using Mono on Linux rather a Microsoft .NET framework on Windows, please run |
Run the first sample by executing nmake tsample1
in the samples/dotnet/
directory.
Run the second sample by executing nmake tsample2
in the samples/dotnet/
directory.
Run the third sample by executing nmake icographic
in the samples/dotnet/
directory.