Hi there, I have installed php 4.0.4 on Windows NT with IIS 4.0. I used a toolkit for windows called php404.exe that installs php and all the dll libraries for you in the extensions folder. I wanted FDF support, and I noticed that the fdf.dll WAS installed in my extensions folder, but the program didn't allow me to select FDF as one I wanted installed in my php.ini .
So.....
I went into my php.ini file and simply removed the comment in front of the line:
extension=php_fdf.dll since the dll IS in the right directory with all the other dll's.
When I do this, regardless of whether I try to use a function in this dll OR NOT, I get this error if I try to run any PHP:
Dr. Watson: Initialization of the dynamic link library C:\WINNT\system32\USER32.dll failed.
If I can't just uncomment the line to use the extension of fdf.dll, then how do I enable it? Is there some tool out there that will install it for me? Thanks for your help.
Tinny