Re: Speeding Up libglade

2009-04-08 Thread arne
> People have been known to write binary parsers > that replace libglade along with glade file converters Perhaps this is an option, i found a Converter under Sourceforge (glade2c). Might be better then falling back to glade 2 > for that purpose, but first of all, why arent you using > GtkBuilde

Re: Speeding Up libglade

2009-04-07 Thread Tristan Van Berkom
On Tue, Apr 7, 2009 at 1:07 AM, arne wrote: > Hello, I am not sure if this solution will save time, > If I understood everything right, the xml-parser of libglade must parse in > both cases. > > but isn't it possible to store the output of glade_xml_new() to a file and > just load it to memory at

Re: Speeding Up libglade

2009-04-06 Thread arne
Hello, I am not sure if this solution will save time, If I understood everything right, the xml-parser of libglade must parse in both cases. but isn't it possible to store the output of glade_xml_new() to a file and just load it to memory at startup? regards Arne __

Re: Speeding Up libglade

2009-04-06 Thread Andreas Volz
Am Sun, 05 Apr 2009 16:03:54 +0200 schrieb arne: > Hello, > > I want to run my application on a Embedded System with a weak CPU. > > Compared to another program which I build earlier with Glade2 the > start time of my actual application is appreciable slower. > > I read the Article > http://sys

Speeding Up libglade

2009-04-05 Thread arne
Hello, I want to run my application on a Embedded System with a weak CPU. Compared to another program which I build earlier with Glade2 the start time of my actual application is appreciable slower. I read the Article http://syslog.movial.fi/uploads/compiled-libglade.pdf. Does anyone know whe