|
|
- Setting up the build environment
|
|
|
Visual C++ 2008 Express Edition |
|
|
Download the Visual Studio Express Edition offline install image from http://www.microsoft.com/express/download/default.aspx, then burn the ISO image to a DVD or extract the contents to a folder. Then install the Visual C++ 2008 Express Edition. |
|
|
DialogBlocks |
|
|
Download the DialogBlocks from http://www.dialogblocks.com/download.htm and install it. |
|
|
|
|
|
|
|
|
Download latest wxWidgets version from http://www.wxwidgets.org |
|
|
Add an "Environment Variable" named "WXWIN" with the value is the directory path, where the location of wxWidgets you extract.
Then open DialogBlocks and create an new project named "build_wx". Select "VC++ Project" with "Unicode Debug" and "Unicode Release" are both involved. Shown as below: |
|
|
 |
|
|
|
|
|
Click the "Settings" toolbar button to open the Settings dialog. Choose the "path" page and specify the right path of "WXWIN", "PLATFORMSDK" and "MSVCDIR". Take below configuration as an example: |
|
|
 |
|
|
|
|
|
Build wxWidgets via DialogBlocks: |
|
|
 |
|
|
|
|
|
|
|
|
Checkout source from SVN or download the source tar ball. |
|
|
|
|
|
|
|
|
Open the VC++ project file (oil_builder.vcproj) with VC++ 2008 Express Edition, which located in "build" subfolder. Choose a "solution configuration" (Unicode Debug or Unicode Release) and then build it. |
|
|
|