Re: need advice



In message <F9bJ6pN7jmF8bpb8II3000059f5 hotmail com>you write:
I wrote a program but have a problem. When I execute it, the main program 
doesn't appear, then when I pressed 's'( or whatever on the keyboard ) and 
press enter the file selection box( for open file ) appear with the main 
program. Then I get an error message that said;

/etc/gtk/gtkrc:1: error: unexpected character 's', expected keyword - e.g. 
'style'

did you bother to go and look at /etc/gtk/gtkrc ? it sounds as if you
have a badly formatted version of this file. 

The program works fine when I delete gtk_widget_show( open_file_window ) or 

this maybe understandable if, and i'm not certain about this, that
file isn't read until its necessary to do so, which would be when you
start show()-ing widgets.

if its not that, then you've got general memory corruptions problems
in your app caused (probably) by pointer overruns and the like.

--p




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]