CodeLite and wxWidgets Gui Builder.

General questions regarding the usage of CodeLite
Zachary1234
CodeLite Curious
Posts: 3
Joined: Wed Jan 09, 2019 7:04 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite and wxWidgets Gui Builder.

Post by Zachary1234 »

I am using Windows 10 64 bit home Edition.
I am using 64 bit CodeLite (stable).
I am using the 64 bit stable, latest, TDM compiler.
I am programming in C++.

I have successfully installed, and am running, wxFormBuilder.
I have updated the plugin setting to point to the executable for wxFormBuilder.

-Is it possible to run wxFormBuilder inside CodeLite?
-How do I access the plugin connection support for wxFormBuilder inside CodeLite?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite and wxWidgets Gui Builder.

Post by eranif »

You can't run wxFormBuilder within CodeLite.
wxFB is an external application, CodeLite can launch it for you by double clicking a fbp file. You will have to add the files to the project and compile them.

We do however, have wxCrafer bundled in CodeLite, where you can design your UI within CodeLite.
Make sure you have read the HOW TO POST thread
Post Reply