<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.2  (Linux)"><meta name="AUTHOR" content="IT Enabled Services"><meta name="CREATED" content="20080407;12300000"><meta name="CHANGEDBY" content="IT Enabled Services"><meta name="CHANGED" content="20080407;14010000">
        
        
        
        
        
        
        <style type="text/css">
        <!--
                @page { size: 8.5in 11in; margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>

<p style="margin-bottom: 0in; line-height: 100%;"><font face="Times New Roman, serif"><font size="3">Hi</font></font></p>
<p style="margin-bottom: 0in; line-height: 100%;"> </p>
<p style="margin-bottom: 0in; line-height: 100%;">  <font face="Times New Roman, serif"><font size="3">I
have compiled the program shown below in my system in Fedora platform and had
run in my system too. I took the executable file of this program and
run it in the OLPC. But I couldn't get the same output as that in
Fedora. Why is it so? It just shows up like the whole screen. It
doesn't even act like any activity in OLPC. What can we do to this
code so that it looks like an activity in OLPC? How can we modify it?
</font></font>
</p>
<p style="margin-bottom: 0in; line-height: 100%;"> </p>
<p style="margin-bottom: 0in; line-height: 100%;"><font face="Times New Roman, serif"><font size="3">The
code is as follows: </font></font>
</p>
<p style="margin-bottom: 0in; line-height: 100%;"> </p>
<p style="margin-bottom: 0in; line-height: 100%;"><font face="Arial, sans-serif"><font size="3">#include
<gtk/gtk.h><br><br>int main( int   argc,<br>         
char *argv[] )<br>{<br>    GtkWidget *window;<br>   
<br>    gtk_init (&argc, &argv);<br>   
<br>    window = gtk_window_new
(GTK_WINDOW_TOPLEVEL);<br>    gtk_widget_show 
(window);<br>    <br>    gtk_main
();<br>    <br>    return 0;<br></font></font><font face="Times New Roman, serif"><font size="3">}</font></font></p>
<p style="margin-bottom: 0in; line-height: 100%;"> </p>
<p style="line-height: 100%;"><font face="Times New Roman, serif"><font size="3">This
is a simple code that just displays a window with a minimize,
maximize & close buttons. </font></font><br></p><p style="margin-bottom: 0in; line-height: 100%;"><br>
</p>  <font size="4"><span style="font-family: times new roman,serif;"> <font size="4">Please suggest the modifications needed for this program so that it runs similar with the OLPC too.
</font></span></font><br><br><br><br>aswathy<br>