Any source code for UnZip in Pocket PC 2003 & 2002
-
Hi ALL, How to unzip the *.zip file in Pocket PC 2003/2002 ? I am delveoping application using eVC++3.0/4.0 and targeting for PPC 2002/2003. I need to unzip the *.zip file which is available in the target device. Is there any open source code/sample available for solving my problem ? Any kind of suggestions or inputs are most welcome. Regards, AKS
-
Hi ALL, How to unzip the *.zip file in Pocket PC 2003/2002 ? I am delveoping application using eVC++3.0/4.0 and targeting for PPC 2002/2003. I need to unzip the *.zip file which is available in the target device. Is there any open source code/sample available for solving my problem ? Any kind of suggestions or inputs are most welcome. Regards, AKS
Check this article: XZip and XUnzip - Add zip and/or unzip to your app with no extra .lib or .dll [^] Regards, João Paulo Figueira Embedded MVP
-
Check this article: XZip and XUnzip - Add zip and/or unzip to your app with no extra .lib or .dll [^] Regards, João Paulo Figueira Embedded MVP
Hi, Thank your very much for your instant reply. Is that code will compile under eVC++ 3.0&4.0 without any changes ? Please do let me know in detail. Regards, AKS
-
Check this article: XZip and XUnzip - Add zip and/or unzip to your app with no extra .lib or .dll [^] Regards, João Paulo Figueira Embedded MVP
Hi, I tried to compile it on eVC++4.0. I getting many compiler/linker errors because so many functions which are unsupported by windows ce. Do you have any solutions for this? Please help me out on this problem to solve. Expecting a valuable reply from you. Regards, AKS
-
Hi, I tried to compile it on eVC++4.0. I getting many compiler/linker errors because so many functions which are unsupported by windows ce. Do you have any solutions for this? Please help me out on this problem to solve. Expecting a valuable reply from you. Regards, AKS
I actually did not try it, but will do so (given a little time). When I do, I'll post the results. Regards, João Paulo Figueira Embedded MVP
-
I actually did not try it, but will do so (given a little time). When I do, I'll post the results. Regards, João Paulo Figueira Embedded MVP
Hi, Thank you. Eagerly waiting for your update. Regards, AKS