How to use wxWidgets with Dev-C++ for GUI Development | Native and Cross Platform GUI Development

Опубликовано: 05 Апрель 2026
на канале: Carizmian
7,958
118

wxWidgets with Dev-C++

Learn Algorithms and Data Structures Easily with Delphi:
https://www.udemy.com/course/learn-al...



Download and install Dev-Cpp IDE without compiler:
https://github.com/Embarcadero/Dev-Cp...

Download TDM-GCC 10.3.0
https://jmeubank.github.io/tdm-gcc/ar...

Download wxWidgets binaries and headers for TDM-GCC 10.3 for x64
https://github.com/wxWidgets/wxWidget...

Setup Project to use wxWidget Library and header file by clicking Project→ Project Options→Parameters→ C++ Compilers and enter following options:
-D__WXDEBUG__ -D__WXMSW__ -g -O0 -mthreads -Wall

and enter the following for Linker options:
-mthreads -Wl,--subsystem,windows -mwindows -lwxjpeg -lwxpng -lwxzlib
-lrpcrt4 -loleaut32 -lole32 -luuid -lwinspool -lwinmm -lshell32 -lcomctl32
-lcomdlg32 -ladvapi32 -lwsock32 -lgdi32 -lwxtiff -lwxmsw32u_core
-lwxbase32u -lwxexpat

Create first wxWidgets program following the tutorial from:
https://zetcode.com/gui/wxwidgets/fir...


Twitter: MuminjonGuru
Instagram: abduraimovmuminjon


0:00 wxWidgets with Dev-C++
0:35 What is wxWidgets?
1:44 Real world apps built with wxWidgets
1:58 What is Dev-C++ (Embarcadero Sponsored)
2:41 How to Install Dev-C++
3:04 How to Instrall TDM-GCC (compiler for Dev-C++)
3:39 How to Install wxWidgets for Dev-C++
4:24 Configuration of wxWidgets for Dev-C++
5:36 How to create wxWidgets app in Dev-C++
6:05 Linking headers and library via Project Options
7:06 Sample Windows App using wxWidgets
7:31 Create and Build Windows app using wxWidgets
7:46 Follow me more for programming tutorials



#devcpp #computerscience #cpp #cppprogramming #programming #windows11 c++,gui,wxwidgets,wxwidgets tutorial,wxwidgets c++,c++ tutorial,learn c++,c++ programming,win32 api,windows 11,desktop gui development,dev c++ download,orwell dev c++ download,dev c download,dev cpp,how to use dev c++,dev c++,how to use dev c++ for c programming,dev c++ tutorial for beginners