Page 4 of 5

Re: Gnozal tools updater

Posted: Fri Apr 09, 2010 2:12 pm
by gnozal
Update

Changes :
- updated for PB4.50

Re: Gnozal tools updater

Posted: Mon May 17, 2010 12:54 pm
by gnozal
Update

Changes :
- new host : gnozal.ucoz.com

POLINK error

Posted: Sat May 22, 2010 11:14 pm
by PureLeo
Hi gnozal!

I'm using PB 4.5b4
I downloaded your Library Updater and checked '4.5x', downloaded and installed all the libs, but almost every example i try gives me this

"POLINK: error: Unresolved external symbol '_PB_StringBasePosition'.
POLINK: fatal error: 1 unresolved external(s)."

Have I done anything wrong?

Re: POLINK error

Posted: Sun May 23, 2010 4:41 am
by PureLeo
Hm, nevermind.....

I just reinstalled my PB 4.5 and now it works fine... hate computers.

Sorry ;D

Re: POLINK error

Posted: Mon May 24, 2010 3:18 pm
by PureLeo
Oops, sorry but i was wrong...

Some of them work like PureDIC, PureRESIZE, PureAES, PureLZMA,
and some still give that error, like PurePOP3, PurePROC, PureVALID, PureSMTP...

Re: POLINK error

Posted: Mon May 24, 2010 3:42 pm
by PureLeo
Hi again.. I was messing around with everything and just found out that the libs work well when I disable the "Thread Safe" option in the compiler options :)

Re: Gnozal tools updater

Posted: Fri May 27, 2011 7:18 pm
by dige
The latest Gtu v1.15 have some bugs with the new PB4.6 features.
The IDE path cannot set. It overides the PB4.5 path.
Checkbox state for UserLibs (PB4.6) will not saved.
Unchecking all PB Version except 4.6 will disable all checkboxes...
Seems like checking v4.6 libs is not possible...

Ciao dige

Re: Gnozal tools updater

Posted: Sat May 28, 2011 9:06 am
by gnozal
dige wrote:The latest Gtu v1.15 have some bugs with the new PB4.6 features.
The IDE path cannot set. It overides the PB4.5 path.
Should be fixed.
dige wrote:Checkbox state for UserLibs (PB4.6) will not saved.
Should be fixed.
dige wrote:Unchecking all PB Version except 4.6 will disable all checkboxes...
Should be fixed.
dige wrote:Seems like checking v4.6 libs is not possible...
It is, but none is available yet.

New build uploaded.

Re: Gnozal tools updater

Posted: Wed Dec 14, 2011 8:18 pm
by bobobo
Installing for pb 4.60 with th eLibraryUpdater install all but the residents ..

manuall install (calling PureLPRINT-460-Installer.exe manually)
install correct and complete.

-----------

Part 2

Installing for Pb 4.50 via LibraryUpdater has the same effect

Re: Gnozal tools updater

Posted: Thu Dec 15, 2011 9:41 am
by gnozal
Update

Changes :
- added ''RES5'' signature for resident files : this should fix the PB4.5x/PB4.6x resident installation issue.

Re: Gnozal tools updater

Posted: Fri Dec 16, 2011 5:59 pm
by bobobo
it DOES fix it Image

Re: Gnozal tools updater

Posted: Wed Aug 15, 2012 8:09 am
by gnozal
Update

Changes :
- check if download directory is valid before starting download

Re: Gnozal tools updater

Posted: Mon Oct 01, 2012 8:22 am
by Flype
Hi Gnozal,

Are your libs availables for x64 ?

I need to compile a project in 64 bits using these libs : PureResize, PureLVSort.

If i try to install x86 libs on a x64 Purebasic,
it leads to this message 'POLINK: Fatal Error: Corrupt library: .\PureRESIZE_LIB_6.lib'

Re: Gnozal tools updater

Posted: Tue Oct 02, 2012 11:25 am
by gnozal
Flype wrote:Are your libs availables for x64 ?
Hi Flype,
no, only x86.

Re: Gnozal tools updater

Posted: Sun Oct 07, 2012 8:03 pm
by Flype
Ok no problem.

I managed to remove all pureresize and purecolor by replacing them with purebasic set.

Thanks