PureLIB Manager [jaPBe plugin]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

davenull
User
User
Posts: 25
Joined: Sat Sep 17, 2005 5:31 pm
Location: Finland

Post by davenull »

gnozal wrote:Update

New version 1.10 :
- new 'extra' tab with an 'install library' feature : you can now easily install userlibs that come without an installer.
PureLIB Manager will analyze the selected file and propose an installation scheme.
The file must be a valid ZIP archive or a ZIP compatible installer.
How about a feature to sort the Name column alphabetically? Thanks.

-davenull-
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- fixed a bug in the 'Install library' feature
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated PB folder detection for PB4.10 beta 4
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Hi gnozal,

can you add a search for example in:
"...\PureBasic\SubSystems\UserLibUnicode\PureLibraries\UserLibraries\"

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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- should now also work with "...\PureBasic\SubSystems\UserLibUnicode\PureLibraries\UserLibraries\"

<EDIT>
Update : updated PB folder detection code
Last edited by gnozal on Wed Sep 10, 2008 12:58 pm, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

thanks :D
works fine here
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- some changes for PB4.30 beta 5 compatibility
- new version is also included in new jaPBe V3 release
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 664
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

Hello gnozal, I switched my PB installation to portable mode. So there are no *.prefs files in the %APPDATA\PureBasic\ directory anymore.
Now the PureLibManager does not find any of the installed Libs.

What about a commandline parameter for PureLibManager for the "PureBasic Portable"-path?

So I could start the Manager like this: PureLibManager.exe F:\MyPortablePureBasic\

Kindly Regards, Markus
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

kurzer wrote:Hello gnozal, I switched my PB installation to portable mode. So there are no *.prefs files in the %APPDATA\PureBasic\ directory anymore.
Now the PureLibManager does not find any of the installed Libs.
Iirc, PureLibManager uses the registry to locate the PB directory.
kurzer wrote:What about a commandline parameter for PureLibManager for the "PureBasic Portable"-path?
So I could start the Manager like this: PureLibManager.exe F:\MyPortablePureBasic\
When started as a jaPBe plugin, PureLibManager uses the function jaPBe_GetPBPath() to get the PB directory.
I didn't think about the PB IDE users though. I will add a command line parameter for the next version.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
For portable mode compatibility, you can now set the PB directory using the command line : PureLIBManager.exe "e:\Purebasic430\"
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 664
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

You're amazing, gnozal! Thank's alot for the fast modification! *reallyfatthumbup*
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 202
Joined: Mon Jun 09, 2003 8:30 am

Re: Gnozal tools updater

Post by bobobo »

LibManager
in PB50
when disabling/enabling PureLZMA an error

Bad header for resident '[..my path to pb50]\Residents\PureLZMA-Packer.res'!

occurs
사십 둘 .
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureLIB Manager [jaPBe plugin]

Post by gnozal »

bobobo wrote:LibManager
in PB50
when disabling/enabling PureLZMA an error
Bad header for resident '[..my path to pb50]\Residents\PureLZMA-Packer.res'!
Hmm
doesn't happen here (no error from PureLIBManager) ?

[EDIT]I forgot to upload the latest build... done
Could you try again ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 202
Joined: Mon Jun 09, 2003 8:30 am

Re: PureLIB Manager [jaPBe plugin]

Post by bobobo »

8) Well done
사십 둘 .
Post Reply