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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

InfoZip DLL Error?

Status
Not open for further replies.

DSJ1967

MIS
Aug 24, 1999
29
CA
Has anyone used the InfoZip DLLs. I have seen a couple of instances around the web and have created an interface in VB which incorporates one of the classes that uses this Zip DLL.

My problem is that in some instances I am getting an error
"zip warning: name not matched: " yet if I put a break in the code at the spot where it calls the DLL I do not get an error...

take the break off and the error returns.

I have tried to place a loop at this point to emulate a pause just incase something needed some time to set (really grasping at straws) but still get the error.

Has anyone else used this DLL and got a similar error?

Cheers
David
 
If someone wants to look at the code, send my your email address and I can send it to you.

davidst.john@home.com
 
I've been using Info-Zip Dll's in my project for nearly a year with no problems. There are several Vb interfaces to these Dll's available free on the Web. The best in my opinion is located on Also search for my FolderView on It puts Zip's (or any other extension) into Treeview along with folders and expands them in Listview without the Info-Zip Dll. Then you only need Info-Zip to extract/build Zip's.
If you need help fixing your code let me know.
(dgs@natallink.com.br)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top