PDA

View Full Version : what dll files are required for socket programming



sachinwalvekar
May 3rd, 2008, 10:16 AM
HI,

I am trying to learn socket progrmming from php 5 sockets with flash 8 posted in kirupa.com.

when I ran the batch file. I got an error asking for lcrzo.dll......this I download from sourceforge.net.....after I copied this file to windows/system32 directory.......& then ran the batch file......I then got anothe error saying wpcap.dll was missing .......again I downloaded this too.......now its asking for packet.dll......

how many files r required for socket progrmming using PHP 5 ?. Can I not find them a list of all & download all from a single place ?

Pl advice.

Thanks & regards,
sachin.

ajcates
May 3rd, 2008, 01:40 PM
I know if you are running the wamp program, that install php, apache, mysql all at once, you can turn off and on some php extensions. There might be a php extension needed to do this kinda of thing.

sachinwalvekar
May 5th, 2008, 09:35 AM
True....ur suggestion worked ajcates.......things r now working fine after I turned off php_netools.dll. Thanks ajcates.