Re: 1.11 Alpha 1 Win32 files
Christopher G. Lewis ha scritto: Hi all - I've published the latest alpha Win32 binaries using a similar format to Heiko's Win32 page. many thanks, christopher. we should try to move your page on wget.sunsite.dk, if it's ok for you. Hopefully I'll be able to keep up with what Heiko's done in the past, which has been excellent. Heiko deserves a big round of cheers for his work. yes, he does indeed!!! -- Aequam memento rebus in arduis servare mentem... Mauro Tortonesi http://www.tortonesi.com University of Ferrara - Dept. of Eng.http://www.ing.unife.it GNU Wget - HTTP/FTP file retrieval tool http://www.gnu.org/software/wget Deep Space 6 - IPv6 for Linuxhttp://www.deepspace6.net Ferrara Linux User Group http://www.ferrara.linux.it
RE: 1.11 Alpha 1 Win32 files
Hi Chris, Thanks for the update. I've tested it on Windows 2000 and it works. Regards, Jonny At 03:10 27/06/2006, Christopher G. Lewis wrote: Jonny - I've updated the wget-1.11-alpha-1b.zip and the ssllibs.098b.b.zip to include the MSVCR80.DLL file. http://www.ChristopherLewis.com/WGet I'm not sure when I'll have the ability to check on Windows 2000, but since it's so similar to XP/2003 I don't think it will be a problem. The current compile passed a smoke test on Win98 - I really should have a test script :-) Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > >
RE: 1.11 Alpha 1 Win32 files
FWIW, the alpha1 build runs fine on NT4sp6a, too. Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 / +39-041-5917073 ph -- +39-041-5907472 / +39-041-5917472 fax > -Original Message- > From: bruce [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:05 PM > To: 'Christopher G. Lewis'; 'www.mail'; wget@sunsite.dk > Subject: RE: 1.11 Alpha 1 Win32 files > > > hi... > > as you guys create/go forth in dealing with windows.. are you > focused on XP, or 2000 as well... keep in mind, there are a > lot of 2000 users still around!! > > -bruce > > > -Original Message- > From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 7:27 AM > To: www.mail; wget@sunsite.dk > Subject: RE: 1.11 Alpha 1 Win32 files > > > http://support.microsoft.com/default.aspx?scid=kb;en-us;326922 > > Using the ResKit tool Depends on the SSL libs, it looks like the > MSVCR80.dll will need to be included. However, WGET itself > doesn't have > the dependancy. > > I'm researching this, and should be able to have an answer today. > > Chris > > Christopher G. Lewis > http://www.ChristopherLewis.com > > > > -Original Message----- > > From: www.mail [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 26, 2006 5:12 AM > > To: Christopher G. Lewis; wget@sunsite.dk > > Subject: Re: 1.11 Alpha 1 Win32 files > > > > Hi Chris, > > > > Thanks for the new binaries. > > > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > > which v0.9.7g didn't. Please could you tell me where to get this > > DLL. I tried the one from > > > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > > > but wget gave the error: > > > > The procedure entry point _encode_pointer could not be > located in the > > dynamic link library MSVCR80.dll > > > > Regards, > > Jonny > > > > At 21:30 25/06/2006, you wrote: > > > > >Hi all - > > > > > > I've published the latest alpha Win32 binaries using a > > similar format > > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > > >Heiko's done in the past, which has been excellent. Heiko > deserves a > > >big round of cheers for his work. > > > > > >The location for the downloads will be > > >http://www.christopherlewis.com/wget/default.htm. Right > now this is > > >just a page off my personal web site, hopefully we'll just > be able to > > >add these to the normal wget site. > > > > > >Christopher G. Lewis > > >http://www.ChristopherLewis.com > > > > >
RE: 1.11 Alpha 1 Win32 files
Currently, I'm just doing the compile with the following from my Wget root: Configure.bat --msvc NMAKE My config is as follows: Active Perl 5.8.4.810 VC++ 2005 Express (free from Microsoft) http://msdn.microsoft.com/vstudio/express/visualc/ Current MS Platform SDK Full Install: http://www.microsoft.com/downloads/details.aspx?familyid=0BAF2B35-C656-4 969-ACE8-E4C0C0716ADB&displaylang=en Note that I only selected Win32 CORE for the SDK components, so it's "only" 750 MB MakeInfo stuff (to be determined) Either A) OpenSSL 0.9.8b LIB, H and DLL files B) OopenSSL 0.9.8b source (See below) Start up a VC++ environment, either by selecting "Visual Studio 2005 Command Prompt" from the start menu or starting a CMD and running C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat x86 To do your compile, make sure that the OpenSSL files are installed and the environ vars are set correctly: Set INCLUDE=%Include%;C:\OpenSSL\Include Set LIB=%LIB%;C:\OpenSSL\Lib Set PATH=%PATH%;C:\OpenSSL\Bin To compile OpenSSL, you will also need the following: MASM for VC++ 2005 Express http://www.microsoft.com/downloads/details.aspx?familyid=7A1C9DA0-0510-4 4A2-B042-7EF370530C64&displaylang=en OpenSSL 0.9.8b from http://www.openssl.org/ I've included my full OpenSSL directory (extract to C:\) on the download page, available here: http://www.christopherlewis.com/WGet/openssl.098b.full.zip Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: bruce [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 10:13 PM > To: Christopher G. Lewis > Cc: wget@sunsite.dk > Subject: RE: 1.11 Alpha 1 Win32 files > > hey chris... > > did you use the msoft ide visual studio? or did you simply do a > configure/nmake process > > i'm looking to figure out how to set up the visual studio ide... > > thanks > > bruce > > > -Original Message- > From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 7:11 PM > To: www.mail; wget@sunsite.dk > Subject: RE: 1.11 Alpha 1 Win32 files > > > Jonny - > > I've updated the wget-1.11-alpha-1b.zip and the > ssllibs.098b.b.zip to > include the MSVCR80.DLL file. http://www.ChristopherLewis.com/WGet > > I'm not sure when I'll have the ability to check on Windows > 2000, but > since it's so similar to XP/2003 I don't think it will be a problem. > > The current compile passed a smoke test on Win98 - I really should > have a test script :-) > > Chris > > Christopher G. Lewis > http://www.ChristopherLewis.com > > > > -Original Message- > > From: www.mail [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 26, 2006 5:12 AM > > To: Christopher G. Lewis; wget@sunsite.dk > > Subject: Re: 1.11 Alpha 1 Win32 files > > > > Hi Chris, > > > > Thanks for the new binaries. > > > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > > which v0.9.7g didn't. Please could you tell me where to get this > > DLL. I tried the one from > > > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > > > but wget gave the error: > > > > The procedure entry point _encode_pointer could not be > located in the > > dynamic link library MSVCR80.dll > > > > Regards, > > Jonny > > > > At 21:30 25/06/2006, you wrote: > > > > >Hi all - > > > > > > I've published the latest alpha Win32 binaries using a > > similar format > > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > > >Heiko's done in the past, which has been excellent. Heiko > deserves a > > >big round of cheers for his work. > > > > > >The location for the downloads will be > > >http://www.christopherlewis.com/wget/default.htm. Right > now this is > > >just a page off my personal web site, hopefully we'll just > be able to > > >add these to the normal wget site. > > > > > >Christopher G. Lewis > > >http://www.ChristopherLewis.com > > > > > >
RE: 1.11 Alpha 1 Win32 files
hey chris... did you use the msoft ide visual studio? or did you simply do a configure/nmake process i'm looking to figure out how to set up the visual studio ide... thanks bruce -Original Message- From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 7:11 PM To: www.mail; wget@sunsite.dk Subject: RE: 1.11 Alpha 1 Win32 files Jonny - I've updated the wget-1.11-alpha-1b.zip and the ssllibs.098b.b.zip to include the MSVCR80.DLL file. http://www.ChristopherLewis.com/WGet I'm not sure when I'll have the ability to check on Windows 2000, but since it's so similar to XP/2003 I don't think it will be a problem. The current compile passed a smoke test on Win98 - I really should have a test script :-) Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > >
RE: 1.11 Alpha 1 Win32 files
Jonny - I've updated the wget-1.11-alpha-1b.zip and the ssllibs.098b.b.zip to include the MSVCR80.DLL file. http://www.ChristopherLewis.com/WGet I'm not sure when I'll have the ability to check on Windows 2000, but since it's so similar to XP/2003 I don't think it will be a problem. The current compile passed a smoke test on Win98 - I really should have a test script :-) Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > >
Re: 1.11 Alpha 1 Win32 files
"bruce" <[EMAIL PROTECTED]> writes: > i tried to follow the instructions provided with the 1.10 source on > the site... I don't think that has anything to do with Windows 2000 vs. Windows XP. You need to make sure that the correct windows/config*.h is being picked for your compiler. The fact that the compiler is stumbling into "long long" (which Wget sources never use unqualified) shows that the wrong config file is getting used. Since most of the primary developers don't use Windows, this will take some initiative on your part to resolve.
RE: 1.11 Alpha 1 Win32 files
i tried to follow the instructions provided with the 1.10 source on the site... i ran into an error during the compile.. something having to do with the use of "long long" i posted the error... i can repost if you want to see it... keep in mind, i'm using visual studio 6, with windows 2000 -bruce -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 9:36 AM To: [EMAIL PROTECTED] Cc: 'Christopher G. Lewis'; 'www.mail'; wget@sunsite.dk Subject: Re: 1.11 Alpha 1 Win32 files "bruce" <[EMAIL PROTECTED]> writes: > as you guys create/go forth in dealing with windows.. are you > focused on XP, or 2000 as well... keep in mind, there are a lot of > 2000 users still around!! Historically Wget was supposed to compile and run on Windows 98 as well. I haven't been able to test that, though, and I don't know whether the current code does.
Re: 1.11 Alpha 1 Win32 files
"bruce" <[EMAIL PROTECTED]> writes: > as you guys create/go forth in dealing with windows.. are you > focused on XP, or 2000 as well... keep in mind, there are a lot of > 2000 users still around!! Historically Wget was supposed to compile and run on Windows 98 as well. I haven't been able to test that, though, and I don't know whether the current code does.
RE: 1.11 Alpha 1 Win32 files
Agreed, Bruce. I should have stated in my original message that I am using Windows 2000. Regards, Jonny At 16:04 26/06/2006, bruce wrote: hi... as you guys create/go forth in dealing with windows.. are you focused on XP, or 2000 as well... keep in mind, there are a lot of 2000 users still around!! -bruce -Original Message- From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 7:27 AM To: www.mail; wget@sunsite.dk Subject: RE: 1.11 Alpha 1 Win32 files http://support.microsoft.com/default.aspx?scid=kb;en-us;326922 Using the ResKit tool Depends on the SSL libs, it looks like the MSVCR80.dll will need to be included. However, WGET itself doesn't have the dependancy. I'm researching this, and should be able to have an answer today. Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > >
RE: 1.11 Alpha 1 Win32 files
hi... as you guys create/go forth in dealing with windows.. are you focused on XP, or 2000 as well... keep in mind, there are a lot of 2000 users still around!! -bruce -Original Message- From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 7:27 AM To: www.mail; wget@sunsite.dk Subject: RE: 1.11 Alpha 1 Win32 files http://support.microsoft.com/default.aspx?scid=kb;en-us;326922 Using the ResKit tool Depends on the SSL libs, it looks like the MSVCR80.dll will need to be included. However, WGET itself doesn't have the dependancy. I'm researching this, and should be able to have an answer today. Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > > <>
RE: 1.11 Alpha 1 Win32 files
http://support.microsoft.com/default.aspx?scid=kb;en-us;326922 Using the ResKit tool Depends on the SSL libs, it looks like the MSVCR80.dll will need to be included. However, WGET itself doesn't have the dependancy. I'm researching this, and should be able to have an answer today. Chris Christopher G. Lewis http://www.ChristopherLewis.com > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:12 AM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com > >
RE: 1.11 Alpha 1 Win32 files
> From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] > to Heiko's Win32 page. Hopefully I'll be able to keep up with what > Heiko's done in the past, which has been excellent. Heiko deserves a > big round of cheers for his work. Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 / +39-041-5917073 ph -- +39-041-5907472 / +39-041-5917472 fax
RE: 1.11 Alpha 1 Win32 files
Anybody else noticed this problem ? I tried on a couple of different machines and didn't have problems on either. neither had msvc80.dll installed, but both had several sets of msvcrxx.dll up to 7. Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 / +39-041-5917073 ph -- +39-041-5907472 / +39-041-5917472 fax > -Original Message- > From: www.mail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 12:12 PM > To: Christopher G. Lewis; wget@sunsite.dk > Subject: Re: 1.11 Alpha 1 Win32 files > > > Hi Chris, > > Thanks for the new binaries. > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > which v0.9.7g didn't. Please could you tell me where to get this > DLL. I tried the one from > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > but wget gave the error: > > The procedure entry point _encode_pointer could not be located in the > dynamic link library MSVCR80.dll > > Regards, > Jonny > > At 21:30 25/06/2006, you wrote: > > >Hi all - > > > > I've published the latest alpha Win32 binaries using a > similar format > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > >Heiko's done in the past, which has been excellent. Heiko deserves a > >big round of cheers for his work. > > > >The location for the downloads will be > >http://www.christopherlewis.com/wget/default.htm. Right now this is > >just a page off my personal web site, hopefully we'll just be able to > >add these to the normal wget site. > > > >Christopher G. Lewis > >http://www.ChristopherLewis.com >
Re: 1.11 Alpha 1 Win32 files
Hi Chris, Thanks for the new binaries. The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, which v0.9.7g didn't. Please could you tell me where to get this DLL. I tried the one from http://www.dll-files.com/dllindex/pop.php?msvcr80 but wget gave the error: The procedure entry point _encode_pointer could not be located in the dynamic link library MSVCR80.dll Regards, Jonny At 21:30 25/06/2006, you wrote: Hi all - I've published the latest alpha Win32 binaries using a similar format to Heiko's Win32 page. Hopefully I'll be able to keep up with what Heiko's done in the past, which has been excellent. Heiko deserves a big round of cheers for his work. The location for the downloads will be http://www.christopherlewis.com/wget/default.htm. Right now this is just a page off my personal web site, hopefully we'll just be able to add these to the normal wget site. Christopher G. Lewis http://www.ChristopherLewis.com
RE: 1.11 Alpha 1 Win32 files
hi chris... i've just started to try to build wget on an old visual studio 6 windows system... i'm getting errors... any ideas as to how i should/might proceed... does anyone have an actual vis studio project workspace for wget... thanks -bruce -Original Message- From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] Sent: Sunday, June 25, 2006 1:30 PM To: wget@sunsite.dk Subject: 1.11 Alpha 1 Win32 files Hi all - I've published the latest alpha Win32 binaries using a similar format to Heiko's Win32 page. Hopefully I'll be able to keep up with what Heiko's done in the past, which has been excellent. Heiko deserves a big round of cheers for his work. The location for the downloads will be http://www.christopherlewis.com/wget/default.htm. Right now this is just a page off my personal web site, hopefully we'll just be able to add these to the normal wget site. Christopher G. Lewis http://www.ChristopherLewis.com <>