Changes between Version 2 and Version 3 of HowToInstallVisualBasicExpress


Ignore:
Timestamp:
2016-05-31 07:14:41 (8 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallVisualBasicExpress

    v2 v3  
    1 Visual Studio 2010 or Visual Basic Express 2010 are the development environments that we use to program EwE. Either one is required if you want to compile the source code of EwE. 
    2 Visual Basic Express 2010 is available for download for free from the Microsoft website (see link below). Visual Studio 2010 is not free, and enables you to have more functionality such as Class Diagrams and Nested Project folders, which are features that are not crucial for developing EwE. 
     1Visual Studio 2015 Community Edition or newer is the development environment that we recommend for programming with the EwE source code. 
     2Visual Studio 2015 Community Edition is available for download for free from the Microsoft website (see link below). Visual Studio 2010 is not free, and enables you to have more functionality such as Class Diagrams and Nested Project folders, which are features that are not crucial for developing EwE. 
    33 
    4  1. Download Visual Basic Express 2010 from [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-basic-express the Microsoft website]. 
     4 1. Download Visual Studio 2015 Community Edition from [Free Dev Tools - Visual Studio Community 2015 the Microsoft website]. 
    55 2. Start the installer. 
    6  3. For installation options: MSDN Express Edition is recommended but not nessary, and SQL Server is not required. 
     6 3. For installation options: default options are OK, as long as the languages C# and VB.NET are supported. 
    77 4. The installation program will now download the required files. (Internet is required). 
    8  5. You do not need the installer to search for updates at this time. Windows update will bug you later if needed. 
    9  6. Register Visual Basic Express at your discretion. 
     8 5. You can log in to a Microsoft Account at your discretion. 
    109 
    1110Now your system is ready to load, modify, compile, execute and debug the EwE6 source code.