First post, by adalbert
Windows 3.11 has had its 30th anniversary, so I thought that it would be a fun idea to create a modern (or: not ancient) and easy way of developing new applications for that system, while retaining the compatibilty with modern Windows and having the option of building cross-platform applications.
The main idea was to simplify the process of making simple applications for legacy systems as much as possible. There are no modern RAD tools that allow you to easily create something for Windows 3.11, so I created an IDE package built around CodeBlocks, wxWidgets and various C++ compilers. Now you can create and run a test application for Windows 3.11 in less than a minute thanks to built-in configuration wizard. And thanks to wxWidgets, which miraculously can work with Win32s-extended Windows 3.11, you can write code that can be used with newer systems and has cross-platform capabilities. There is also Windows 95 integration built-in. You choose the build target and DOSBox-X acts like a debugger - the program executes through DOSBox-X automatically after you press the "Debug" button.
Details, installation files and sources of the installation and configuration scripts are available on GitHub: https://github.com/adbrt/cb-legacy-dev
I also made a video overview/tutorial: https://www.youtube.com/watch?v=d6L272OApVg
This system has an automated installer, you provide your own licensed Windows 3.11 and Win 95 files and it setups emulation in DOSBox-X automatically. Everything is set up in such a way that you have mouse integration and networking. You should be able to build and run a simple Windows 3.11-compatible application in less than a minute thanks to the built-in wizard and templates. These applications need Win32s extension for Win 3.11. You can also build and test applications in Windows 95 and DOS.
Features:
- Automatic installer (single batch file)
- Pre-configured CodeBlocks IDE
- Windows 3.11 and Windows 95 integrated with IDE (using DOSBox-X): you can build and run the application in Win 3.11/95 with a single mouse click
- Automatic Windows 3.11/95 installation in DOSBox-X: you provide your own genuine installation disks/CD
- Mouse and network integration between Win 3.11/95 guests and host system
- Easy GUI development thanks to wxWidgets and easy-to-use configuration wizards
- wxWidgets modified to work with Win 3.11 targets (version 2.8.12), version 3.0.5 modified to work with Win 95
- Unicode for Win 9x targets thanks to MSLU/Unicows (works with wxWidgets 3.0.5)
- TDM-GCC 4.7.1 for Win9x+ targets, BCC5.5 compiler (needs to be downloaded separately) for Win 3.11/Win32s targets
- MinGW-w64 and wxWidgets 3.2 for modern 64-bit targets
- As a bonus: DJGPP and OpenWatcom compilers for DOS (with DOSBox integration)
Prerequisites:
- Windows for Workgroups 3.11 English version installation disks - for Win 3.11 IDE integration
- Windows 95 OSR2 English installation CD (WIN95 subdirectory) - for Win 95 IDE integration
- free Borland 5.5 C++ compiler - installation script will try to download it automatically
- drivers and updates for Win 3.11/Win 95 - installation script will try to download them automatically
Repair/electronic stuff videos: https://www.youtube.com/c/adalbertfix
ISA Wi-fi + USB in T3200SXC: https://www.youtube.com/watch?v=WX30t3lYezs
GUI programming for Windows 3.11 (the easy way): https://www.youtube.com/watch?v=d6L272OApVg