Building wxWindows-2.4.1 with DigitalMars version 8.34 or 8.35 and the IDDE or MAKEFILE's

  1. Download and install the wxWindows-2.4.1 src-tree on your system.
  2. Download the dmcpatchkit.zip from this site.
  3. Extract the dmcpatchkit.zip (make sure you keep the the directoy structure) and copy the files into the wxWindows src-tree. Be aware the file in the src-tree will be overwritten with the ones from the dmcpatchkit.zip file.
  4. Click here for makefile section to build wxWindows with makefile's. Or continue with point 5 when using the IDDE.
  5. Start the DigitalMars IDDE and open the project located in <wxWindows directory>\src\msw\dmc_wxmsw.prj.
  6. In the IDDE "Project" window <Control+Shift+P> right click the project dmc_wxmsw.prj and select "Settings..." from the menu
  7. Edit the settings as shown below:













  8. Click on OK to save the settings.
  9. Rebuild the project.
  10. In the <wxWindows directory>\src directory there are also the following subdirectories:
    • zlib
    • regex
    • png
    • jpeg
    • tiff
    Those directories contain also dmc_<name>.prj files which needs to be build. For every project in those directories you have to adjust the project setting before you build them. Edit the Project Settings as above except for those three pages listed below.




    Change the "Compiler Output Directory" according to the project.
  11. Rebuild the projects.

Building the samples with the DigitalMars IDDE


To build the samples in the <wxWindows directory>\samples directory, create projects with settings like the dmc_wxmsw.prj in the <wxWindows directory>\samples\<sample> directory and change the target to exectable. Change the  "Include Directories" as below.


Also add the following libraries to the project:


This file is also included in the dmcpatchkit.zip


Building wxWindows-2.4.1 with DigitalMars and MAKEFILE's



Good Luck.