Changes between Version 5 and Version 6 of RunningEcopathSolution
- Timestamp:
- 2013-02-05 08:25:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningEcopathSolution
v5 v6 4 4 1. If you have not done so, [wiki:HowToInstallVisualBasicExpress install a development environment such as Visual Studio or Visual Basic Express]. 5 5 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. 8 8 9 9 Your development environment will now load the EwE sources. … … 15 15 16 16 Now 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.