Quickstart

This sections aim is to teach you how to setup ZweiDe and compile your first program. As the setup process depends on what IDE you use, the description might not be valid in any case.


Visual C# 2005 Express

1. Download the ZweiDe Demo version
2. Extract the files from the archive into a new folder
3. Copy the content of the template-folder into My Documents\Visual Studio 2005\Templates\ProjectTemplates\
4. Open Visual C# 2005 Express and click on File --> New project
5. Select My Templates --> ZweiDe Demo Application
6. Run the program. You can also run the examples extracted from the downloaded archive, though this would've also been possible directly after extracting.


Note: If you are using a 64 bit system, you will need to specify x86 as platform target before compiling any ZweiDe application. Otherwise, you might experience unexpected behaviour such as System.TypeInitializationException etc.