Page 2 of 6

Posted: Mon Jun 05, 2006 10:25 pm
by Inf0Byt3
Hi Gnozal, just a little error I get with PureZIP: Unresolved extrenal _PB_StringBasePosition. It's a bug in the lib or in TailBite?

Posted: Tue Jun 06, 2006 4:07 am
by DoubleDutch
I think its to do with threadsafe. ?

Posted: Tue Jun 06, 2006 8:49 am
by gnozal
Inf0Byt3 wrote:Hi Gnozal, just a little error I get with PureZIP: Unresolved extrenal _PB_StringBasePosition. It's a bug in the lib or in TailBite?
Without source and project options, I don't know
DoubleDutch wrote:I think its to do with threadsafe
Could be

Posted: Tue Jun 06, 2006 9:37 am
by El_Choni
Yes, I think that's the problem, because StringManager.lib includes that export, while StringManagerThread.lib doesn't. Hmm... I wonder if TailBite should process the _THREAD and _UNICODE functions in a separate .pb file... Dunno, would be too messy, you'd have to code _THREAD and _UNICODE functions in normal mode having in mind they're going to be threaded and/or unicoded... Just thinking loud.

Posted: Tue Jun 06, 2006 10:29 am
by Inf0Byt3
Don't know what to say about this... Maybe it's because of the threadsafe option. It was enabled. I'm not home now, but i'll get there in an hour or two and i'm gonna confirm you if it works without the threadsafe lib. Thanks for the quick answers.

[Edit]
You guys were right... That option was enabled. I disabled it and it works perfectly. Thank you.

Posted: Sun Jun 18, 2006 7:17 am
by zapman*
I have also the _PB_stringbaseposition problem with one of my softwares. I can't switch the ThreadSafe Option Off because my software use three threads which need absolutely this option "On". :cry: :cry:

My soft was initially written with PB 3.94. I decided to adapt it to PB 4 to solve the thread problem. Bad luck about this problem. :cry:

The PureZIP_Archive_Create and the PureZIP_Archive_Close() functions have no problem.
I get the error message when I use the PureZIP_Archive_Compress, the PureZIP_ExtractFiles or the PureZIP_Archive_CompressMem functions

Posted: Fri Aug 04, 2006 3:09 pm
by dracflamloc
Yea I was really hoping to solve my threadsafe problems with this version but it seems this error is a showstopper

Posted: Fri Aug 04, 2006 3:15 pm
by gnozal
dracflamloc wrote:Yea I was really hoping to solve my threadsafe problems with this version but it seems this error is a showstopper
The last PureZIP version should work with ThreadSafe enabled.
http://www.purebasic.fr/english/viewtop ... &start=120

Posted: Fri Aug 04, 2006 3:23 pm
by dracflamloc
Oh I missed that post. THanks

Posted: Fri Aug 04, 2006 5:08 pm
by nicolaus
gnozal wrote:
dracflamloc wrote:Yea I was really hoping to solve my threadsafe problems with this version but it seems this error is a showstopper
The last PureZIP version should work with ThreadSafe enabled.
http://www.purebasic.fr/english/viewtop ... &start=120
And the rest of your libs work now also with threadsave option?

I have also this probs but i use your Sort lib and color lib.

Posted: Sat Aug 05, 2006 7:45 am
by gnozal
nicolaus wrote:And the rest of your libs work now also with threadsave option?
I have also this probs but i use your Sort lib and color lib.
At the moment, the libs with a threadsafe version are : PureZIP, PureCOLOR, PureLVSORT.

Posted: Mon Sep 25, 2006 2:57 pm
by Konne
So are u working on making the Resizelib threadsave?

Posted: Mon Sep 25, 2006 4:47 pm
by gnozal
Konne wrote:So are u working on making the Resizelib threadsave?
If you need a threadsafe version for PureRESIZE, I will build it.

Posted: Mon Sep 25, 2006 8:22 pm
by nicolaus
gnozal wrote:
Konne wrote:So are u working on making the Resizelib threadsave?
If you need a threadsafe version for PureRESIZE, I will build it.
Oh yes please build a threadsafe lib, i want it allso :wink:

Posted: Tue Sep 26, 2006 7:44 am
by gnozal
nicolaus wrote:
gnozal wrote:
Konne wrote:So are u working on making the Resizelib threadsave?
If you need a threadsafe version for PureRESIZE, I will build it.
Oh yes please build a threadsafe lib, i want it allso :wink:
Ok, will do.