Back to Browse

Setup wxWidgets in Codeblocks

169 views
Nov 19, 2025
20:50

Here is a quick and dirty on setting up wxWidgets with codeblocks if you have any questions or if this does not work for you, just ask Ai for help . . . 1. https://chatgpt.com/ 2. https://duck.ai/ 3. https://claude.ai 4. https://deep-seek.ai/chat 5. https://elicit.com 6. https://gemini.google.com/app 7. https://grok.com/ 8. https://iask.ai/ 9. https://mgx.dev/ 10. https://copilot.microsoft.com/ 11. https://www.perplexity.ai/ 12. https://www.phind.com/ 13. https://www.meta.ai/ 14. https://lechat.chat/chat 15. https://chat.mistral.ai/chat 16. https://chat.z.ai/ 17. https://venice.ai/ its MANDATORY you compile with tdm-gcc 64bit( NOT 32bit !!!!! ) https://tinyurl.com/9dvfxwap 64 Bit ! ! ! NOT 32 BIT ! ! ! watch how to install tdm-gcc here: https://tinyurl.com/y3h6pu5b if this tutorial does not help check out these https://tinyurl.com/mcpaj3v6 https://tinyurl.com/5n857a5y These are all the commands i have: mingw32-make -f makefile.gcc BUILD=debug SHARED=0 MONOLITHIC=1 UNICODE=1 mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 mingw32-make -f makefile.gcc BUILD=release SHARED=1 UNICODE=1 clean mingw32-make -f makefile.gcc SHARED=1 BUILD=debug mingw32-make -f makefile.gcc SHARED=1 BUILD=release mingw32-make -f makefile.gcc CXXFLAGS=-Wno-narrowing SHARED=1 UNICODE=1 BULD=debug clean mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport mingw32-make -f makefile.gcc BUILD=release UNICODE=1 SHARED=0 mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 SHARED=0 make BUILD=debug UNICODE=1 SHARED=0 make BUILD=release UNICODE=1 SHARED=0 This is for OpenGL wxGLCanvas related lib files mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 SHARED=0 USE_OPENGL=1 mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 SHARED=1 USE_OPENGL=1 mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 SHARED=0 USE_OPENGL=1 TARGET=gl !!UPDATE!! - i dont know why, but all of a sudden, all my wxwidgets projects are asking for extra .dll files and not launching without them even though my wxwidgets projects used to work without them before but just heads up, you might also need these .dll files also for your wxWidgets to work, you can find them in the "bin" folder of your tdm-gcc compiler. libatomic-1.dll , libgcc_s_seh-1.dll , libgomp-1.dll , libquadmath-0.dll , libssp-0.dll , libstdc++-6.dll , libwinpthread-1.dll , libgcc_s_seh-1.dll is not in there, you will need to search the internet for a working one. If you need it, ask Ai to find it for you. projects i made in C++ - https://tinyurl.com/5h3anmhs #wx #wxWidgets #cplusplus #clanguage #programming #computerscience #codeblocks #mingw

Download

0 formats

No download links available.

Setup wxWidgets in Codeblocks | NatokHD