Hi Guys,
Im having some problems with a GTK program im trying to build.
When i compile it i keep getting this error:
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 195 error_code 11 request_code 53 minor_code 0)
Ive traced it down to the following command that appears to be causing it:
gtk_box_pack_start(GTK_BOX (Top_Graph), Widget_Get (Graph_Cpu), TRUE, TRUE, 0);
Top_Graph and Graph_Cpu are both GtkVbox Widgets.
Has anyone ever seen an error like this, and could they give me some advice as to how it is caused.
Regards
Paul