Comment 4 for bug 319655

Revision history for this message
cbuntu (cbuntu-yahoo) wrote :

Try using wxWidgets instead of Glade. Glade dropped C in favor of XML in its new versions. The wxWidgets is a cleaner solution then Glade. The new version of Glade is more a tool for interpreted languages like Python, and not a good C or C++ Solution at all. Well- Unless you want fragmeted code all over your drive, and in text form. wxWidgets is the best solution for creating c and C++ programs in Linux and other platforms. In short wxWidgets replaces Glade and goes one step further by being able to compile to many different platforms in their actual code, rather then a text representation.