Programming GUI for win32

General questions regarding the usage of CodeLite
Walebepro
CodeLite Curious
Posts: 6
Joined: Fri Dec 09, 2016 5:04 am
Genuine User: Yes
IDE Question: "C"
Contact:

Programming GUI for win32

Post by Walebepro »

Hi all, I am a beginner c programmer.
Is it possible to build windows based GUI using C code in codelite?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Programming GUI for win32

Post by eranif »

Yes, you can do this. However, there is no GUI designer for pure Win32 GUI.
However, we do support writing GUI for Windows/Linux and OSX using the wxCrafter designer plugin https://wxwidgets.org/

See: http://codelite.org/LiteEditor/WxCrafterHelloWorld

Eran
Make sure you have read the HOW TO POST thread
Walebepro
CodeLite Curious
Posts: 6
Joined: Fri Dec 09, 2016 5:04 am
Genuine User: Yes
IDE Question: "C"
Contact:

Re: Programming GUI for win32

Post by Walebepro »

Thanks eranif.

I had a look and it looks like its only for C++ code and not C
User avatar
james.brownn732
CodeLite Curious
Posts: 1
Joined: Wed Jan 30, 2019 3:45 pm
Genuine User: Yes
IDE Question: IDE

Re: Programming GUI for win32

Post by james.brownn732 »

Moderator: Removed off-topic post copied from https://control.com/thread/1298374408#1298382146
Post Reply