| |

VerySource

 Forgot password?
 Register
Search
View: 672|Reply: 4

To unzip using unzip32.dll?

[Copy link]

2

Threads

2

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-1-3 12:20:01
| Show all posts |Read mode
Happy New Year! !!
I want to unzip the zip file.
Currently there is only unzip32.dll on hand, but I don't know the usage of the decompression function.
It really doesn't work, and there are other solutions.
  
                            Thank you
Reply

Use magic Report

0

Threads

57

Posts

27.00

Credits

Newbie

Rank: 1

Credits
27.00

 China

Post time: 2020-1-3 12:21:01
| Show all posts
Look for open source algorithms, such as Zlib
Reply

Use magic Report

0

Threads

18

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 China

Post time: 2020-8-3 05:45:02
| Show all posts
Look at it again.
Reply

Use magic Report

0

Threads

11

Posts

11.00

Credits

Newbie

Rank: 1

Credits
11.00

 China

Post time: 2020-8-3 22:30:01
| Show all posts
Decompress directly with winrar decompression program
CString cStr = "x ";
cStr += strpath;
cStr += "";
cStr += m_SavePath + strtitle + "\\";
int nLen = cStr.GetLength();
LPCSTR lpszBuf = cStr.GetBuffer(nLen);
ShellExecute(NULL,"open","C:\\Program Files\\WinRAR\\WinRAR.exe",
lpszBuf,
NULL,SW_HIDE);
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-3 23:30:01
| Show all posts
Does the host use info-zip?
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list