Changes between Version 1 and Version 2 of HowToInstallVisualBasicExpress


Ignore:
Timestamp:
2011-11-26 16:26:00 (12 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallVisualBasicExpress

    v1 v2  
    1 Visual Basic Express is the development environment that we use to program EwE.  This is required if you want to program or look into the source code of EwE. 
    2 Note: you only need Visual Basic Express to develop on EwE.  Visual Studio (not free) enable you to have more functionality such as Class Diagrams and Nested Project Structure which is not crucial to EwE development. 
     1Visual 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. 
     2Visual 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. 
    33 
    4  1. Download Visual Basic: http://msdn.microsoft.com/vstudio/express/vb/download/. 
    5  2. Run the file called vbsetup.exe. 
    6  3. Go though installation process... 
    7  4. For installation options: MSDN Express Edition is recommended but not nessary, and SQL Server is not required. 
    8  5. The installation program will now download the required files. (Internet is required). 
    9  6. Updates at this time is not required. 
    10  7. Register VB 2005 Express at your discretion. 
     4 1. Download Visual Basic Express 2010 from [http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-basic-express the Microsoft website]. 
     5 2. Start the installer. 
     6 3. For installation options: MSDN Express Edition is recommended but not nessary, and SQL Server is not required. 
     7 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. 
     10 
     11Now your system is ready to load, modify, compile, execute and debug the EwE6 source code.