Any strong coder can ...

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by plopzz.

... port the LZRW1 unpack for Purebasic win/linux ?
i have 1 database (mysql) with datas compacted with LZRW1 ...
i would like to extract blobs to display in php

1 link with source of lzrw1 in delphi
http://www.programmersheaven.com/zone2/cat56/14494.htm

I just need lzrw1 unpack part ... or if anyone know 1 unpacker for linux who support lzrw1 ... :p

(its a "streamed" packed blob, i mean there are not file in the archive, just the packed datas.. so no, i can't use lha or other tool)

Thanks