Pelles C forum

C language => Expert questions => Topic started by: TimoVJL on December 31, 2014, 11:55:41 AM

Title: Project zipping
Post by: TimoVJL on December 31, 2014, 11:55:41 AM
Have anyone developed project zipping Add-in for poide v8 ?
Title: Re: Project zipping
Post by: czerny on December 31, 2014, 12:14:51 PM
Have anyone developed project zipping Add-in for poide v8 ?
Isn't this a build in feature?
Title: Re: Project zipping
Post by: TimoVJL on December 31, 2014, 12:58:18 PM
Have anyone developed project zipping Add-in for poide v8 ?
Isn't this a build in feather?
poide have zip/unzip option, but i like to have Add-In that zips only dependant files and project subfolder.

EDIT: need to support workspaces too.
Title: Re: Project zipping
Post by: cfmspavia on December 31, 2014, 01:56:03 PM
I have a very simple add-in to backup the projects that works fine with v8. Please take a look.
Title: Re: Project zipping
Post by: czerny on December 31, 2014, 03:58:18 PM
Have you considered to use QuickLZ? It's a small zip/unzip which compiles ok with Pelles C.
Title: Re: Project zipping
Post by: TimoVJL on December 31, 2014, 04:11:46 PM
Have you considered to use QuickLZ? It's a small zip/unzip which compiles ok with Pelles C.
Zipping isn't the problem, project file enumerating isn't good enough.

Try to enum files from LibXLS project (http://forum.pellesc.de/index.php?topic=6539.msg24405#msg24405) to see what i mean.
From xlstool.c brdb.h included brdb.c.h is missing.
Title: Re: Project zipping
Post by: cfmspavia on January 01, 2015, 10:49:14 AM
When initially I said it was a simple add-in, I literally meant it is very basic and crude. It works for my little personal projects, but not much worth for anything else. Sorry.
Happy new year.
Title: Re: Project zipping
Post by: TimoVJL on January 01, 2015, 11:05:11 AM
Happy New Year to you too.

I have one simple version too here (http://forum.pellesc.de/index.php?topic=3260.msg12307#msg12307)