Changes between Version 17 and Version 18 of TechnicalFAQ


Ignore:
Timestamp:
2011-12-10 13:42:58 (12 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TechnicalFAQ

    v17 v18  
    11= Technical FAQ = 
    2  
    32== Software requirements == 
    43To obtain the source code of EwE 5 and 6, you will need the following: 
     4 
    55 * A Subversion client such as [http://tortoisesvn.net/ TortoiseSVN] 
    66 * Log-in access to this site, [mailto:ewedevteam@gmail.com?subject=Need%20wiki%20username contact us] if you require this. 
     
    88 
    99To compile the source code of EwE 6, you will need: 
     10 
    1011 * Microsoft Windows XP or newer. The EwE6 sources are not [http://www.mono-project.com/Main_Page MONO] compliant. 
    1112 * [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-basic-express Microsoft Visual Basic Express 2010] or [http://www.microsoft.com/visualstudio/en-us/products/2010-editions Microsoft Visual Studio 2010]. 
    12  * [http://support.microsoft.com/kb/239114 Microsoft Jet Engine 4.0] for using MDB databases. Native to Windows XP and newer.  
     13 * [http://support.microsoft.com/kb/239114 Microsoft Jet Engine 4.0] for using MDB databases. Native to Windows XP and newer. 
    1314 * [http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en Microsoft 2007 Office drivers] for using ACCDB databases. Installed with Office 2007, and native to Windows Vista and newer. 
    1415 
    1516To compile the source code of EwE5, you require: 
     17 
    1618 * [http://msdn.microsoft.com/en-us/vbrun/default.aspx Microsoft Visual Basic 6]. 
    1719 * Windows XP. Visual Basic 6 does not work well on Windows Vista and Windows 7. You can develop using Windows' excellent [https://encrypted.google.com/url?sa=t&rct=j&q=windows%207%20virtual%20pc&source=web&cd=2&ved=0CDMQFjAB&url=http%3A%2F%2Fwww.microsoft.com%2Fwindows%2Fvirtual-pc%2F&ei=d9pzTofuIebZiAKViJ20Ag&usg=AFQjCNH3WKXDZkpqcnGbPNMMv64pd5obfQ&cad=rja Virtual PC]. 
     
    2224== Coding issues == 
    2325We've ran into a series of limitations and oddities that we want to prevent from happening. Here are a few links that convey some of our experiences: 
    24  * [wiki:CodeBestPractices Best practices] 
     26 
     27 * [wiki:CodeBestPractices Best practices, coding guidelines and user interface design guidelines] 
    2528 * [wiki:ScientficInterfaceKnownCompileErrorsFaq Solving key EwE6 source code errors]