Re: Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread venkat
Dear Leena thanks for your efforts.. the below line can be commented in the code " strcat("FDKCheckScreenName", getValFromConfig("screennumber"))", gives following error the expected result is that it should open a window from a thread. On 3/9/2012 11:14 AM, Leena Chourey wrote: Hello

Re: Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread Leena Chourey
Hello, The code in file Not_working_code.c , after compile the line " strcat("FDKCheckScreenName", getValFromConfig("screennumber"))", gives following error - Not_working_code.c: In function ‘dispInit’: Not_working_code.c:21:

Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread venkat
Now we are facing a peculiar problem while trying to build our application with GTK. When we try to build application with threads we see that its objects are not accessible. But, the same code when we try without threads we see that we are able to access the objects also attached the sample