Code::Blocks Forums

User forums => Help => Topic started by: urvota on March 06, 2017, 02:21:55 pm

Title: Create a new project for C with GTK
Post by: urvota on March 06, 2017, 02:21:55 pm
Hello!
I am an absolute beginner with codeblocks. I would like to create a new project to compile and execute a C program with GUI, but codeblocks can't find the GTK inlcude and bin library. I installed everything: MINGW, GTK, MSYS. What did I wrong?

Thanks
Tamas
Title: Re: Create a new project for C with GTK
Post by: BlueHazzard on March 06, 2017, 10:10:57 pm
what operating system?
Where did you installed everything?
What version of every library and program you installed?
Title: Re: Create a new project for C with GTK
Post by: urvota on March 10, 2017, 12:03:09 am
I have deleted everything and i would like to start again from the begining. I would like to write c programs under windows 10 with not too complicated graphical interfaces. Where can i found a smart web site for that purpose with free downloads?
Title: Re: Create a new project for C with GTK
Post by: BlueHazzard on March 10, 2017, 08:37:05 pm
https://www.youtube.com/watch?v=FgAaiBg4wEE
Title: Re: Create a new project for C with GTK
Post by: stahta01 on March 10, 2017, 10:39:23 pm
https://www.youtube.com/watch?v=FgAaiBg4wEE

I would class wxWidgets as C++ instead of C.

Tim S.