News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Project zipping

Started by TimoVJL, December 31, 2014, 11:55:41 AM

Previous topic - Next topic

TimoVJL

Have anyone developed project zipping Add-in for poide v8 ?
May the source be with you

czerny

#1
Quote from: TimoVJL on December 31, 2014, 11:55:41 AM
Have anyone developed project zipping Add-in for poide v8 ?
Isn't this a build in feature?

TimoVJL

#2
Quote from: czerny on December 31, 2014, 12:14:51 PM
Quote from: TimoVJL on December 31, 2014, 11:55:41 AM
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.
May the source be with you

cfmspavia

I have a very simple add-in to backup the projects that works fine with v8. Please take a look.

czerny

Have you considered to use QuickLZ? It's a small zip/unzip which compiles ok with Pelles C.

TimoVJL

#5
Quote from: 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.
Zipping isn't the problem, project file enumerating isn't good enough.

Try to enum files from LibXLS project to see what i mean.
From xlstool.c brdb.h included brdb.c.h is missing.
May the source be with you

cfmspavia

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.

TimoVJL

Happy New Year to you too.

I have one simple version too here
May the source be with you