Codelite, wxwidgets & Mingw on windows 10

CodeLite installation/troubleshooting forum
Abbe
CodeLite Curious
Posts: 2
Joined: Fri Sep 02, 2022 2:49 am
Genuine User: Yes
IDE Question: c++
Contact:

Codelite, wxwidgets & Mingw on windows 10

Post 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

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite, wxwidgets & Mingw on windows 10

Post 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

Make sure you have read the HOW TO POST thread
Abbe
CodeLite Curious
Posts: 2
Joined: Fri Sep 02, 2022 2:49 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite, wxwidgets & Mingw on windows 10

Post by Abbe »

Thank you for the help, I will try that.

Post Reply