Relative Content

Tag Archive for g++wxwidgetsvisual-styles

How to disable Wxwidgets visual styles (Wxwidgets look old on windows)

When I compile Wxwidgets apps on windows using g++ it’s GUI look old. After some research i found that’s called visual styles. I know i can use rc(manifest file) to disable visual styles. but i don’t know how to do that. After asking how to fix that on Chat-gpt it state that i need to add this “-DwxNO_WINDOWS_SETUP” to g++. it didn’t work.