sudhakar_phpgtk wrote:
I have downloaded GtkHtml and GtkExtra from ur blog and tried with the sample codes given
For the sample code 316 : i got libgtkhtml-3.8-15.dll was not found error
For the sample code 474 : i got libgtkhtml-3.8-15.dll, libORBit-2.0.dll was not found error
Please suggest me what to do...
Hi Sudhakar,
Please refer to the following:
2.0.1 issue: complains about missing gtkhtml.3.0.dll
Looks like there is some issues with GtkHTML for php-gtk 2.0.1.
Till they fix those issues, if you really wish to try out GtkHTML, here's what you can do:
1) Download a copy of PHP-GTK v2.0.0 (yes, the previous version) from
http://gtk.php.net/download.php
2) Copy the following 3 files:
gconfd-2.exe - put this is php-gtk2 root folder
php_gtk_html2.dll - put this in the ext folder
php_gtk_extra2.dll - put this in the ext folder
3. Add the following line to the php.ini
php-gtk.extensions = php_gtk_html2.dll, php_gtk_extra2.dll
Now run the sample code listed in previous post. I've just tested them. They should work fine.
Note: the first time you run might take a bit long (about 10 to 30 seconds) for the application window to appear.
Regards,
/kksou