Changes between Version 5 and Version 6 of RunningEcopathSolution


Ignore:
Timestamp:
2013-02-05 08:25:28 (11 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningEcopathSolution

    v5 v6  
    44 1. If you have not done so, [wiki:HowToInstallVisualBasicExpress install a development environment such as Visual Studio or Visual Basic Express]. 
    55 2. If you have not done so, [wiki:DownloadingTheSourceFromSvn please obtain the EwE6 sources from SVN]. 
    6  3. Start Visual Studio or Visual Basic Express. 
    7  4. Open the file [Ecopath_dev]\Ecopath6\Sources\EwE6.sln where [Ecopath_dev] is where you downloaded the sources from SVN. ''Note: if you are using Visual Basic Express, you will get a message saying that solution folders are not compatible; ignore this message.''  
     6 3. If you are using Visual Studio 2010, open the file [Ecopath_dev]\Ecopath6\Sources\EwE6.sln, where [Ecopath_dev] is where you downloaded the sources from SVN.  
     7 4. If you are using Visual Basic Express, open the file [Ecopath_dev]\Ecopath6\Sources\EwE6_vbexpress.sln, where [Ecopath_dev] is where you downloaded the sources from SVN.  
    88 
    99Your development environment will now load the EwE sources. 
     
    1515 
    1616Now you are ready to compile and run the EwE sources: 
    17  1. Hit F5 to compile and run the application.   
     17 4. Hit F5 to compile and run the application.