*CodeBlocks 17
*wxWidgets 2.8
OLDER VERSIONS BECAUSE YOU WILL SPEND LESS TIME CONFIGURING ALLOWING MORE TIME CODING + NEWER VERSIONS ARE BUGGY + ALL ARE EQUALLY EXPLOITABLE
code here:
https://pastes.io/3kiursfpce
install code blocks
https://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe/download
set environment variables:
C:\Program Files (x86)\CodeBlocks\MinGW\bin
Download wxWidgets 2.8 windows version from site: https://github.com/wxWidgets/wxWidgets/releases/download/v2.8.12/wxMSW-2.8.12-Setup.exe
Run it extract to C:\
cd C:\wxWidgets-2.8.12\build\msw
mingw32-make -f makefile.gcc BUILD=release SHARED=0 MONOLITHIC=1 UNICODE=1 CXXfLAGS="-fno-keep-inline-dllexport"
shared = 0 // allows STAND ALONE app functionality, make sure when you build your app from the wizard 'deselected' "use wxWidgets dll"
Download
0 formats
No download links available.
wxWidgets 2.8 C::B 17 tutorial textctrl button click , and install rundown form application | NatokHD