Page 1 of 1

Spangly's zip lib

Posted: Fri May 28, 2004 9:57 am
by Fangbeast
Been playing with Spangly's zip library, good stuff. Just one problem (and he hasn't been around in ages), I cannot store path info in the zip files.

Anyone used his library and knows if it can do that and has an example?

Posted: Fri May 28, 2004 3:50 pm
by Jurgen

Thank you

Posted: Sat May 29, 2004 2:18 am
by Fangbeast
I religiously read the text\help files and his examples and it wasn't clear to me. Even forum search didn't lead me to that page (probably half asleep).

Thanks for the help, 2 miutes worth of changes to code and all is well with the world.

Posted: Sat May 29, 2004 1:56 pm
by blueb
Nice example Jurgen! Thanks. 8)

I get the dreaded: POLINK:Fatal Error (I 'm using ver 3.91 Beta 1)


It has to do with the structure declaration fd.WIN32_FIND_DATA

This is already declared so I'm not sure where to fix it. I'll dig into this.

--blueb

Posted: Sun Jul 03, 2005 4:36 pm
by Jurgen
blueb,

Do you still have the source of freebackup ?
I lost the source.
Could you please send it to me at <removed email> (spam) ?

Posted: Mon Jul 04, 2005 8:04 am
by gnozal
Spangly's zip library don't work with PB versions > 3.90 (Fred changed the linker).
You could try the new PureZIP library viewtopic.php?t=15322 ; it has all the functions Spangly's library had and more. I translated all my projects from Spangly's zip library to PureZIP without problems.