-
Notifications
You must be signed in to change notification settings - Fork 72
Building Europa With Visual Studio
This page describes the Visual Studio Environment
Many problems with building are caused by the wrong configuration and platform. Currently, only the Debug|Win32 configuration is supported (we will add more as time allows). Your set up should look like this:
![picking the right configuration] (images/pick-the-right-configuration.png)
After you open the Europa.sln file you will see a solution explorer that looks like:
![solution explorer] (images/solution-explorer.png)
Test Properties - note the Linker is listed
![test properties] (images/Test-Properties.png)
Utils Properties
![utils properties] (images/Utils-Properties.png)
Include directories
![include directories] (images/Utils-Property-Page-showing-Include-Directories.png)
Utils Include directories appear empty
![utils includes appear empty] (images/Utils-Include-Directories-appear-empty.png)
Utils Inherited Include Directories
![utils inherited include directories] (images/Utils-Inherited-Include-Directories.png)
Look in property manager
![property manager] (images/Utils-PropertyManager-Debug.png)
If you right-click the Solution file and select "Project Dependencies":
![dependencies] (images/Static-Libs-dependencies.png)