Changes between Version 4 and Version 5 of EweConsoleAppExample


Ignore:
Timestamp:
2011-03-07 18:43:40 (13 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EweConsoleAppExample

    v4 v5  
    11= Run Ecopath Console Example = 
    22 
    3 This tutorial will create create a simple console application that would load a database and run Ecopath and output the EE of the first group.  This tutorial can be found in the sources directory. 
     3In this example a simple console application is examined that performs the very basic steps needed to work with the Ecopath code: loading a model, running Ecopath, running Ecosim and extracting a value from Ecosim at an arbitrary time step. It is assumed that you have access to the Ecopath source code. 
    44 
    5 This tutorial can be extended to various applications and tutorials.  It is the basics of running the core without the entire user interface most know as EwE6. 
    6  
    7  1. Open Visual Studio/Basic and open the file ''[!EcopathLocation]\Ecopath6\Sources\EwETutorials\EwEConsoleAppExample\EwEConsoleAppExample.sln'' 
     5 1. Open Visual Studio/Visual Studio Express and open the file ''[!EcopathLocation]\Ecopath6\Sources\EwETutorials\EwEConsoleAppExample\EwEConsoleAppExample.sln'' 
    86   [[Image(Opensln.png)]] 
    97 2. Run the applicaition by hitting ''F5'' or ''Debug>Start Debugging'' in the menu.  One should see the following written in the console: