It's best to take this to PHP-GTK list <[EMAIL PROTECTED]>. The 
problem is that libglade is not supported on Windows, yet.

At 01:21 AM 10/5/01 +0200, Claus Trojahn wrote:
>hi,
>
>on gtk.php.net is an instruction to paste an glade-file into php skripts to
>make the window-creationm process more easier.
>I used to do this on an win32 system:
><?
>
>/* cFTP Version 2.0 main */
>
>if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN')
>{dl('php_gtk.dll');}
>else
>{dl('php_gtk.so');}
>
>$layout = &new GladeXML('cftp.layout.inc');
>$layout->signal_autoconnect();
>Gtk::main();
>
>?>
>
>The error is:  Cannot instantitate non-existent class: gladexml
>
>Can someone please help me out here ?
>
>THX
>
>Claus
>
>
>_______________________________________________
>gtk-list mailing list
>[EMAIL PROTECTED]
>http://mail.gnome.org/mailman/listinfo/gtk-list


-Andrei


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to