Edit page ← Previous ChangeWiki History

Changes between Initial Version and Version 1 of EweConsoleAppExample


Ignore:
Timestamp:
2009-09-09 11:30:42 (15 years ago)
Author:
shermanl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EweConsoleAppExample

    v1 v1  
     1= Run Ecopath Console Example = 
     2 
     3This 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. 
     4 
     5This 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'' 
     8  
     9 2. Run the applicaition by hitting ''F5'' or ''Debug>Start Debugging'' in the menu.  One should see the following written in the console: 
     10 {{{ 
     11 Group 'Spring phytopla' EE estimated to 0.2006739 
     12 Press a key to exit 
     13 }}} 
     14  
     15 3. To see the code, find the solution explorer on the right and browse to the file EwE7.vb as seen below. 
     16  
     17