Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
:mad::mad::mad:
i load the zipfldr.dll in my application and i also had some function list :-D but i don't know how to use those functions can u just give me code example cause i am making a project in visual c on zip files and XML files
Posted
Comments
Mohibur Rashid 28-May-14 1:19am    
www.7-zip.org/download.html go to this link. download any of the compressed file. unzip it on your pc. go to util directory. open 7zMain.c file. read it carefully and if you fail to understand then hardly anything can be done for you.
Richard MacCutchan 28-May-14 4:07am    
Why are you posting in a question that is over four years old?
Mohibur Rashid 28-May-14 5:02am    
ouch, it is indeed 4 years old. And it was in the top. I didn't see the date :))))))

Why was it on top. I am totally confused.

comment update:
carlecomm screwed up. He updated it 6 hours ago. :D

The answer depends on too many things that you haven't mentioned about.

Assuming that it's a regular Win32 DLL, you could use LoadLibrary()[^] and GetProcAddress()[^] or you could just use the .lib file that came with the DLL (if there was one).

If it were a COM dll, you'd register it and use it like using any other COM component.

Please search for and read up articles on both topics. Explaining them in great detail is out of context for a forum post like this.
 
Share this answer
 
You can use a (free) program called Depends to examine the exposed API of the dll you're trying to use. Use google to find the download.
 
Share this answer
 
v2
MIDL
Hi, the same question has been discussed at:
http://bytes.com/topic/c/answers/764381-reading-contents-zip-files
maybe you can find what you want there
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900