Changes between Version 7 and Version 8 of EweConsoleAppExample
- Timestamp:
- 2011-03-07 19:05:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EweConsoleAppExample
v7 v8 1 1 = Run Ecopath Console Example = 2 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 [wiki:DownloadingTheSourceFromSvn access to the Ecopath source code].2 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. You will require [wiki:DownloadingTheSourceFromSvn access to the Ecopath source code]. 3 3 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 applica ition by hitting ''F5'' or ''Debug>Start Debugging'' in the menu. One should see the following written in the console:4 1. Open Microsoft Visual Studio or Microsoft Visual Studio Express and open the file ''[''EcopathLocation'']\Ecopath6\Sources\EwETutorials\EwEConsoleAppExample\EwEConsoleAppExample.sln''. Do not worry if you do not see all the files in the image below such as the .suo file; Visual Studio will create all [[BR]][[BR]][[Image(Opensln.png)]][[BR]] 5 1. Run the application by hitting ''F5'' or ''Debug>Start Debugging'' in the menu. One should see the following written in the console: 6 6 {{{ 7 7 Group 'Spring phytopla' EE estimated to 0.2006739 … … 9 9 }}} 10 10 11 3. To see the code, find the solution explorer on the rightand browse to the file EwE7.vb as seen below.[[BR]][[BR]][[Image(Browse to EwE7.png)]]11 3. To see the code, open the solution explorer via Menu > View > Solution Explorer, and browse to the file EwE7.vb as seen below.[[BR]][[BR]][[Image(Browse to EwE7.png)]]