Gnozal libraries for PB4.xx
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
I think its to do with threadsafe. ?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Without source and project options, I don't knowInf0Byt3 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?
Could beDoubleDutch wrote:I think its to do with threadsafe
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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.
El_Choni
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.
[Edit]
You guys were right... That option was enabled. I disabled it and it works perfectly. Thank you.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
-
- Enthusiast
- Posts: 115
- Joined: Wed Jun 02, 2004 10:17 pm
- Location: New Caledonia (South Pacific)
- Contact:
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".
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.
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


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.

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
Don't try - DO it !
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
The last PureZIP version should work with ThreadSafe enabled.dracflamloc wrote:Yea I was really hoping to solve my threadsafe problems with this version but it seems this error is a showstopper
http://www.purebasic.fr/english/viewtop ... &start=120
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
And the rest of your libs work now also with threadsave option?gnozal wrote:The last PureZIP version should work with ThreadSafe enabled.dracflamloc wrote:Yea I was really hoping to solve my threadsafe problems with this version but it seems this error is a showstopper
http://www.purebasic.fr/english/viewtop ... &start=120
I have also this probs but i use your Sort lib and color lib.
my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
At the moment, the libs with a threadsafe version are : PureZIP, PureCOLOR, PureLVSORT.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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
If you need a threadsafe version for PureRESIZE, I will build it.Konne wrote:So are u working on making the Resizelib threadsave?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Oh yes please build a threadsafe lib, i want it allsognozal wrote:If you need a threadsafe version for PureRESIZE, I will build it.Konne wrote:So are u working on making the Resizelib threadsave?

my live space
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Ok, will do.nicolaus wrote:Oh yes please build a threadsafe lib, i want it allsognozal wrote:If you need a threadsafe version for PureRESIZE, I will build it.Konne wrote:So are u working on making the Resizelib threadsave?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).