Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

different os problem

Status
Not open for further replies.

mlowe9

Programmer
Joined
Apr 3, 2002
Messages
221
Location
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top