I have a simple app I wrote to download files from an ftp site, unzip them, and copy the unzipped files to directories based on their extension.
The app calls unzip32.dll, wininet.dll, and kernel32.dll.
The app works fine on my machine (where I developed it) and another machine, both of which have windows 2000 pro and visual studio.
However, when I move the app to the destination machine, a windows nt 4.0 machine, it downloads 2 zip files then stops (there are more zip files to download). WHY?
I thought maybe it was because nt uses a different version of wininet.dll, and I tried copying the windows 2000 version to it - and that caused problems, so I put the original back in. Can anyone help me understand why this won't work?
Thanks in advance.
The app calls unzip32.dll, wininet.dll, and kernel32.dll.
The app works fine on my machine (where I developed it) and another machine, both of which have windows 2000 pro and visual studio.
However, when I move the app to the destination machine, a windows nt 4.0 machine, it downloads 2 zip files then stops (there are more zip files to download). WHY?
I thought maybe it was because nt uses a different version of wininet.dll, and I tried copying the windows 2000 version to it - and that caused problems, so I put the original back in. Can anyone help me understand why this won't work?
Thanks in advance.