Changes between Version 6 and Version 7 of EweConsoleAppExample


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EweConsoleAppExample

    v6 v7  
    11= Run Ecopath Console Example = 
     2In 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, and extracting a value from the Ecopath results. It is assumed that you have [wiki:DownloadingTheSourceFromSvn access to the Ecopath source code]. 
    23 
    3 In 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, and extracting a value from the Ecopath results. It is assumed that you have access to the Ecopath source code. 
    4  
    5  1. Open Visual Studio/Visual Studio Express and open the file ''[!EcopathLocation]\Ecopath6\Sources\EwETutorials\EwEConsoleAppExample\EwEConsoleAppExample.sln'' 
    6    [[Image(Opensln.png)]] 
    7  2. Run the applicaition by hitting ''F5'' or ''Debug>Start Debugging'' in the menu.  One should see the following written in the console: 
    8  {{{ 
     4 1. Open Microsoft Visual Studio or Microsoft Visual Studio Express and open the file ''[''EcopathLocation'']\Ecopath6\Sources\EwETutorials\EwEConsoleAppExample\EwEConsoleAppExample.sln''[[BR]][[BR]][[Image(Opensln.png)]][[BR]] 
     5 1. Run the applicaition by hitting ''F5'' or ''Debug>Start Debugging'' in the menu.  One should see the following written in the console: 
     6{{{ 
    97 Group 'Spring phytopla' EE estimated to 0.2006739 
    108 Press a key to exit 
    11  }}} 
    12   
    13  3. To see the code, find the solution explorer on the right and browse to the file EwE7.vb as seen below. 
    14    [[Image(Browse to EwE7.png)]] 
     9}}} 
     10 
     11 3. To see the code, find the solution explorer on the right and browse to the file EwE7.vb as seen below.[[BR]][[BR]][[Image(Browse to EwE7.png)]]