PurePacker (Crossplattform)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

PurePacker (Crossplattform)

Post by ts-soft »

PurePacker is a small Crossplattform GUI to pack the content for your application.

Snapshot:
Image

Download

The downloadpackage includes the source and binaries for windows and linux.

Feedback welcome!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
jamirokwai
Enthusiast
Enthusiast
Posts: 796
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: PurePacker (Crossplattform)

Post by jamirokwai »

Hi Thomas,
thanks for sharing :-)

works an Mac, too. But you have to comment out every CustomGradient (actually 2) inside include/FlatButtonEx.pbi. At least on PB5.11, x64

Filed a bug report:
http://www.purebasic.fr/english/viewtop ... 24&t=54357
Regards,
JamiroKwai
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

@jamirokwai

Thanks for the report, i have changed the code. I am very happy that it works under MacOS, because I unfortunately can't test this.

Greetings - Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
idle
Always Here
Always Here
Posts: 5839
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: PurePacker (Crossplattform)

Post by idle »

Can you set the file extension for BriefLZ?
zip shows up fine.
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

idle wrote:Can you set the file extension for BriefLZ?
zip shows up fine.
There is no official extension, so what should i set?
I think *.* is the only useful extension?

//edit
blz? (is in german for bankleitzahl :mrgreen: )
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: PurePacker (Crossplattform)

Post by LuCiFeR[SD] »

ts-soft wrote:
idle wrote:Can you set the file extension for BriefLZ?
zip shows up fine.
There is no official extension, so what should i set?
I think *.* is the only useful extension?

//edit
blz? (is in german for bankleitzahl :mrgreen: )
/me spits coffee everywhere laughing! Whats this? a German with a sense of humour! Never! I don't believe it! :P
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

Update:
History wrote:; Version 1.1
; Added the change to abort on timeout
; Added check of ZIP-Archiv size. If size is bigger as 2 GB, abort the packing and close pack.
; Added pattern *.blz for briefLZ
; Added logwindow!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
idle
Always Here
Always Here
Posts: 5839
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: PurePacker (Crossplattform)

Post by idle »

Einzahlungen hier .blz bitte!
Windows 11, Manjaro, Raspberry Pi OS
Image
jamirokwai
Enthusiast
Enthusiast
Posts: 796
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: PurePacker (Crossplattform)

Post by jamirokwai »

Hi Thomas,

how about adding some functions to extract one or all files?
Regards,
JamiroKwai
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

A function to add the contents of other (older) archives is on my todolist.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

Update
History wrote:; Version 1.2
; Fixed Statusbarprogress (progress not shown with many small files)
; Added some more logmessages
; Added Clear- and Copy-Button to logwindow
/ edit:
History wrote:; Version 1.2.1
; Some changes for more stability
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PurePacker (Crossplattform)

Post by ts-soft »

Update:
History wrote:; Version 1.3
; Added support to add files from Archive (BriefLZ, LZMA, ZIP)
For standard-extensions like blz, zip, lzma or 7z, the unpacker use the plugin for this format.
For other extensions, the unpacker check how format can be open with this archiv.

My todo list is empty :wink:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply