General Information

Locked
User avatar
JHPJHP
Site Admin
Posts: 217
Joined: Wed Jun 21, 2023 10:48 am

General Information

Post by JHPJHP »

PB Interface to WinRAR

4 Examples, 4 Includes

UnRAR 5.61.100.2835:
unrar.dll, unrar.lib, unrar_nocrypt.dll, unrar_nocrypt.lib
unrar64.dll, unrar64.lib, unrar64_nocrypt.dll, unrar64_nocrypt.lib
19 HTM files, unrar.h, unrar.c, license.txt

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ExtractArchive.pb
Extracts files from an RAR archive.

ListArchive.pb
Lists information from files contained within an RAR archive.

MemoryArchive1.pb
Displays images extracted into memory from a CBR archive, saved to an SQLite database.

MemoryArchive2.pb
Displays images extracted into memory from an SQLite database.
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
Locked