12
olback
6y

Finally, after a a few months...

A few months ago I started a personal git gui project for learning purposes. I wanted to learn C and Gtk on Linux. After a few days of coding I wanted to include the glade file in the binary, searched the internet and found old results with no success. Fast forward to today, I start yet another project without finishing my last one (this one is also c and gtk). I'm still having this problem with the damn glade file. So I keep looking for an answer and finds two solutions, none of them worked but when mixing them together it finally works.

Damn it feels good to succeed after trying/working hard on something you've struggled with. This is what keeps my motivation up. That amazing feeling of success... ☺️

Comments
  • 3
    Please post your solution somewhere Google can find it! There may be other people having the same or problem. Or if you are like me, you will find your own solution the next time you have this problem and forgot how to solve it. Also you will have a good Lough and thank yourself for it ;)
  • 0
    I have a question... y gtk? Why not Qt? 😲
  • 1
    @Electrux Don't know, just felt like it. No particular reason.
  • 0
    @olback in that case, give Qt a shot... imo, the code is far better and elements r easier to create as well.. it’s a c++ framework though 🙂
  • 1
    @Electrux Ah, that's a problem. I've never done anything in C++. I guess it's probably pretty similar to C?
  • 1
    @olback at the core level yes... at higher levels, not really... but it is easy to get C++ if u know C so don’t worry about that 😎👍🏻
  • 1
    @flatline Here's a link to the project: https://github.com/olback/rdg-linux

    And as for the Google part, I'm no sure how I'd go about that 😁
Add Comment