I'm trying to make PDFlib to work on wamp. I've downloaded http://www.pdflib.com/download/pdflib-family/pdflib-7/ and followed the installation guide ..
I took the libpdf_php.dll and i copied it in C:\wamp\bin\php\php5.3.4\ext (of course the proper version of libpdf )
than i added in php.ini : extension = libpdf_php.dll
I've done this before and it worked fine, but after i changed my pc and my operating system to windows 7 x64, I can't make it work I get this error in my log file :
PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.4/ext/libpdf_php.dll' - %1 is not a valid Win32 application.
Any ideas ?