Changes between Version 1 and Version 2 of GettingStartedWithSources


Ignore:
Timestamp:
2011-11-26 16:42:32 (12 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStartedWithSources

    v1 v2  
    44 * [wiki:DownloadingTheSourceFromSvn Download sources from SVN] - This article describes how one would download the sources. 
    55 * [wiki:HowToInstallVisualBasicExpress Install Visual Basic Express] - Visual Basic Express is the development environment that we use to program EwE. This is required if you want to program or look into the source code of EwE. 
     6 * [wiki:InstallAccess2007Drivers Install Access drivers] - Make sure your system has the Access 2007 drivers installed that EwE needs. 
    67 * [wiki:RunningEcopathSolution Run EwE6 from sources] - This article describes how to run the scientific interface from the sources. 
    7  * CreateaSimpleUserInterface - This article will teach you how to create a Button, Label and a Textbox control. 
    88 * [wiki:EweConsoleAppExample EwE6 console application] - This article shows how to run EwE6 from a console application. 
    99 * [wiki:RunEcosimViaConsoleApplication Run Ecosim from a console application] - This article shows how to run Ecosim from a console application. 
    1010 * [wiki:EcosimVariableTimestepPluginExample Ecosim multi threaded and Variable Timestep example] - This article shows how to run Ecosim on a separate thread from the interface and a variable time step. 
     11 
     12Simple Visual Basic tutorials: 
     13 * [wiki:CreateaSimpleUserInterface Create a simple user interface] - This article will teach you how to create a Button, Label and a Textbox control.