I checked the download requirements and it states: "On Windows XP
VisualWget requires .NET Framework 2.0 (x86, x64) or newer.". Does
this mean that it's a 64bit application or just compatible with x64
systems?
When checking in Windows Task Manager, it doesn't put the "*32" next
to the process: http://www.start64.hu/images/win64/internet/visualwget-2.png
Maybe it's because of .NET FrameWork?
But as soon as I check it under Process Explorer, it states that it's
a 32-bit image: http://fleet.4242.hu/tmp/screenshots/vista/wget/procexp.png
So is it a 32-bit or 64-bit application, and why is it showed a 32-bit
one in Process Explorer and why isn't in Task Manager?
Thanks :)
So VisualWget can be a 64-bit application (execute on the 64 bit CLR)
on 64-bit Windows operating system. And maybe this is the reason why
Task Manager does not identifies VisualWget as a 32-bit application.
But in Process Explorer, I don't know why.
VisualWget also contain the modified version of Wget executable. This
executable is a native win32 application that was build using MinGW.
Thanks again :)