Well, I answered my own question on my last thread.. I went to http://gtk.php.net/download.php
to download the latest version.
Specifically, I downloaded this file:
[URL=ttp://gtk.php.net/do_download.php?download_file=php-gtk-1.0.1a-win32.zip]gtk-1.0.1a-win32.zip[/URL]
I installed it onto my Windows XP computer. Everything went smooth at first -- I made the C:/php4 folder and copied the contents there. I put the php.ini file in c:/windows
Now, here's the problem. I was able to run the test programs and make my own Hello World window. When I tried to add tool tips, nothing showed up.
I'm thinking the problem is centering around not having the .dll files that are supposed to go into my /windows/system32 folder.
The installation file was supposed to have in the /winnt folder 2 things: a php.ini file and a system32 folder. However, I only had a php.ini file and no system32 folder with the 8 .dll files. 🙁
I tried redownloading the zip file and still nothing. Is there anyway I can get these .dll files (# gtk-1.3.dll
gdk-1.3.dll
gmodule-1.3.dll
glib-1.3.dll
iconv-1.3.dll
gnu-intl.dll) ?? I need them and they're not in the installation zip. 😕
If anyone can help out, it would be greatly appreciated. 😃
Jason