Changes between Version 28 and Version 29 of TechnicalFAQ


Ignore:
Timestamp:
2013-04-08 15:51:33 (11 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalFAQ

    v28 v29  
    99[ShowMeUseSvn Show me] 
    1010 
     11---- 
     12 
    1113To compile the source code of EwE 6, you will need: 
    1214 
     
    1517 * [http://support.microsoft.com/kb/239114 Microsoft Jet Engine 4.0] for using MDB databases. Native to Windows XP and newer. 
    1618 
    17 After installing the development environment, do the following to load the sources into Visual Studio: 
    18  1. Launch your development environment (Visual Studio or Visual Studio Express) 
    19  2. Select ''File > Open project / solution'' (or similar, the wording may vary with different versions of Visual Studio) 
    20  3. Browse to (EwE sources)\Sources, where (EwE sources) indicates the folder that you used to receive the EwE source code from Subversion 
    21  4. Now open one of the two EwE6 solution files, depending on the version of Visual Studio that you use 
    22 The EwE sources should now be loaded without any complains. Once the sources are loaded, you will need to make three changes to Visual Studio to ascertain a proper working environment: 
    23  5. In the Visual Studio settings, make sure you always see Solutions via ''Tools\Options\Projects and Solutions\Always Show Solution''. Visual Studio has the interesting but slightly impractical default setting of hiding solutions. 
    24  6. Open the Solution Explorer panel, which by default is shown on the right hand side of the Visual Studio work space. If you do not see it, the View menu contains options to show this panel. In the Solution Explorer panel, expand the folder ''!ScientificInterface'', right-click the project ''!ScientificInterface' and select ''Set As Startup Project''. This ensures that the EwE application correctly launches. 
    25  8. Lastly, make sure the EwE project is compiled for 32-bit machines. To do this, right-click the main solution again, select ''Properties'', and in ''Configuration Properties'' switch the Platform to ''x86'' 
    26 You can now compile and run EwE6. 
     19[ShowMeStartingVisualStudio Show me] 
    2720 
    2821---- 
     22 
    2923To load models stored in .eweaccdb, .accdb formats you will need: 
    3024