> When I try to run wget at the DOS prompt on a Windows 7 laptop, I get the
> following error: > > > > "The application was unable to start correctly (0xc000007b). Click OK to > close the application." > Hello Alan, What version are you using and what is its source? That error code I've seen on x64 systems when there are mixed up dependencies with WOW64 running x86 apps but trying to load x64 dlls. If that's the case the question would be why is wget or an x86 dependency tied to an x64 dependency. googling I see that there's also an issue with that code being caused by dll injection (again dependency issues), like a virus or antivirus. You can try this test build from last month http://iweb.dl.sourceforge.net/project/getgnuwin32/getgnuwin32/test%20builds/wget-1.13.1.patched.zip and overwrite the openssl binaries with the latest http://iweb.dl.sourceforge.net/project/getgnuwin32/getgnuwin32/0.6.30/openssl-1.0.0e.zip switch to root\bin and run wget --version You shouldn't have that same problem, but if you do you can reply to me off list for more suggestions. Thanks, Jay Satiro on behalf of the GetGnuWin32 project
