NO

Author Topic: Project zipping  (Read 5291 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Project zipping
« on: December 31, 2014, 11:55:41 AM »
Have anyone developed project zipping Add-in for poide v8 ?
May the source be with you

czerny

  • Guest
Re: Project zipping
« Reply #1 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?
« Last Edit: December 31, 2014, 03:43:29 PM by czerny »

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Project zipping
« Reply #2 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.
« Last Edit: December 31, 2014, 04:46:24 PM by TimoVJL »
May the source be with you

cfmspavia

  • Guest
Re: Project zipping
« Reply #3 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.

czerny

  • Guest
Re: Project zipping
« Reply #4 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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Project zipping
« Reply #5 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 to see what i mean.
From xlstool.c brdb.h included brdb.c.h is missing.
« Last Edit: December 31, 2014, 09:41:14 PM by TimoVJL »
May the source be with you

cfmspavia

  • Guest
Re: Project zipping
« Reply #6 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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Project zipping
« Reply #7 on: January 01, 2015, 11:05:11 AM »
Happy New Year to you too.

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