Have anyone developed project zipping Add-in for poide v8 ?
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?
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.
I have a very simple add-in to backup the projects that works fine with v8. Please take a look.
Have you considered to use QuickLZ? It's a small zip/unzip which compiles ok with Pelles C.
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 (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.
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.
Happy New Year to you too.
I have one simple version too here (http://forum.pellesc.de/index.php?topic=3260.msg12307#msg12307)