Extension compile in Win32 XP HELP!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
bznutz
Forum Commoner
Posts: 58
Joined: Mon Dec 09, 2002 9:52 pm
Location: Here
Contact:

Extension compile in Win32 XP HELP!!

Post by bznutz »

Hey, I'm compiling php_imagik.dll in VisualC++ 6 and I figured out how to get all the necessary include files into the .dsp project that comes with the source distro but I can't for the life of me figure out what this "resolv.lib" file is. The compile errors out on that file because it can't find it. Well, neither can I. Anyone know what the hell it is?

I need the imagick extention for gif support on thumbnail generation.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you'll need some extra libraries to compile either php or an extension.
Read http://www.php.net/manual/en/install.wi ... dows.build
There are links to feasable archives.
Post Reply