5 | | 2. If you have not done so, [wiki:DownloadingTheSourceFromSvn please obtain the EwE6 sources from SVN]. |
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. |
| 5 | 1. If you have not done so, [wiki:DownloadingTheSourceFromSvn please obtain the EwE6 sources from SVN]. |
| 6 | 1. 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 | 1. 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. |
13 | | 2. Right click on ''Scientific Interface > Set as Startup Project''. This will tell the compiler that the EwE application starts by launching the Scientific Interface project. |
14 | | 3. In the Solution Explorer (right-hand side by default), right-click the Solution, and select ''Configuration Manager...''. Change the Active Solution Platform from 'Any CPU' to 'x86' if you have the 32-bit version of the Access database drivers installed, or 'x64' if you are using the 64-bit version the Access drivers. This is unfortunately necessary to help Windows find the Microsoft Access database drivers on your system when EwE6 needs them. |
| 13 | 1. Right click on ''Scientific Interface > Set as Startup Project''. This will tell the compiler that the EwE application starts by launching the Scientific Interface project. |
| 14 | 1. Make sure the Solution Explorer is visible (right-hand side). You can make the Solution Explorer appear via ''Menu > View > Other Windows > Solution Explorer'' (in Visual Studio) or via ''Menu > View > Other Windows > Solution Explorer'' (in Visual Basic Express). Don't you love these differences?! |
| 15 | 1. In the Solution Explorer, right-click the Solution, and select ''Configuration Manager...''. Change the Active Solution Platform from 'Any CPU' to 'x86' if you have the 32-bit version of the Access database drivers installed, or 'x64' if you are using the 64-bit version the Access drivers. This is unfortunately necessary to help Windows find the Microsoft Access database drivers on your system when EwE6 needs them. |