compression/Zip problem
-
i want to compress some image file created in my project and store it. for future use and whenever its needed unzipped the stored file. please any one let me know how i will do that and is it microsoft MFC has provide any API for that. Thanks in advance.. :)
-
i want to compress some image file created in my project and store it. for future use and whenever its needed unzipped the stored file. please any one let me know how i will do that and is it microsoft MFC has provide any API for that. Thanks in advance.. :)
See Zip and Unzip in the MFC way. Free source code and ...[^]
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
-
i want to compress some image file created in my project and store it. for future use and whenever its needed unzipped the stored file. please any one let me know how i will do that and is it microsoft MFC has provide any API for that. Thanks in advance.. :)
The only thing that I can think of, from Microsoft, on these lines is the CAB SDK[^]. But I see you are wanting to compress image files, so I do not know what good can cab compression do for you. There is no standard way of creating a zip compressed file using MFC or Windows API. I believe the .NET framework has this feature though. There is also the LZMA SDK[^] which can compress to .7z format, if you'd like it. The compression would be better than zip (and even rar) and the library works like a charm. Almost all compression utilities can extract from .7z files, so you don't have to possibly worry on the compatibility front too.
It is a crappy thing, but it's life -^ Carlo Pallini
-
i want to compress some image file created in my project and store it. for future use and whenever its needed unzipped the stored file. please any one let me know how i will do that and is it microsoft MFC has provide any API for that. Thanks in advance.. :)
Hi Ashish, Here you find good library for ZIP/UnZIP uitility. It is just .cpp & .h files for ZIP & UnZIP utility. This library is used in any c++ compiler (g++ linux, VC++ eVC++).
Do not trust a computer... Always check what computer is doing regards, Divyang Mithaiwala Software Engineer
-
See Zip and Unzip in the MFC way. Free source code and ...[^]
Of one Essence is the human race thus has Creation put the base One Limb impacted is sufficient For all Others to feel the Mace (Saadi )
Thank You, Hamid That is exactly I am looking for. Thanks again for your valuable and quick response Regards, Ashish :-O :thumbsup:
-
Thank You, Hamid That is exactly I am looking for. Thanks again for your valuable and quick response Regards, Ashish :-O :thumbsup:
Plug: You can please, click the "Good Answer" link on his reply to you.
It is a crappy thing, but it's life -^ Carlo Pallini
-
Plug: You can please, click the "Good Answer" link on his reply to you.
It is a crappy thing, but it's life -^ Carlo Pallini
Ok, i clicked on the link Thanks for remind me