Page 1 of 1

Codelite, wxwidgets & Mingw on windows 10

Posted: Mon Sep 05, 2022 4:16 pm
by Abbe

Hi,
I am a new codelite fan and would like to use it for writing wxWidgets code and I am using Mingw to compile, I have not been successful configuring codelite to use wxwidgets libraries and tried to search the internet for a full step by step installation and configuration instructions, and I can not find anything, could anyone please help me with this?

My system configuration:
Windows 10
g++ (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0
wxWidgets 3.2.0 built using this guide: https://wiki.codelite.org/pmwiki.php/De ... WidgetsWin

Thank you so much in advance


Re: Codelite, wxwidgets & Mingw on windows 10

Posted: Mon Sep 12, 2022 12:06 pm
by eranif

You should probably consult with the wxWidgets forum, as this is more wx related setup question.
In general, all you need to do:

  • Create a C++ workspace
  • Select from the project template the wxWidgets skeleton that you want to use
  • Compile

Ofc, you will need to have:

  • a working wxWidget library compiled locally
  • a compiler etc

I highly recommend you to work using this guide

https://docs.codelite.org/build/build_w ... s/#windows


Re: Codelite, wxwidgets & Mingw on windows 10

Posted: Thu Sep 15, 2022 12:04 am
by Abbe

Thank you for the help, I will try that.