Page 1 of 1
Updated to 4.3 now small problems
Posted: Mon Jan 12, 2009 8:13 pm
by John-G
I have up dated to the 4.30 (x86) and i am having some problems ..
Most are all my problems i know .. But i still need The help
1) Keep getting a error " PureLibrary Is Missing ( StringExtension )"
I cant find this Lib file anywhere .. HELP
Posted: Mon Jan 12, 2009 8:16 pm
by srod
That would probably mean that you are trying to use an old user library which was built for PB 4.2. Check your user libraries folder to see what you have installed in there?
Thanks Still problems
Posted: Mon Jan 12, 2009 8:37 pm
by John-G
Ok i though that but i just install 4.30 (X86) In a new systems as my old one quit running .. I have a talking program and now it will not run. started looking and downloaded any thing i could find that had new 4.30 on it still no go ..?
ho and thanks for the fast answer .. that's the best thing about PB
Posted: Mon Jan 12, 2009 8:43 pm
by srod
If your programs are not running on PB 4.3 because you are relying on too many third-party user-libs then......

That's why I no longer use them!
How to Add Speech
Posted: Mon Jan 12, 2009 10:18 pm
by John-G
Ok well it seems that the String Error could be the TTSInit that i was using in older versions. It also seems like no one is working on it anymore ..
Does anyone know another way to get PB to talk??
Re: How to Add Speech
Posted: Mon Jan 12, 2009 10:25 pm
by ts-soft
John-G wrote:Does anyone know another way to get PB to talk??
COMate
see: Demo_Sapi.pb
Re: Updated to 4.3 now small problems
Posted: Tue Jan 13, 2009 12:06 am
by Michael Vogel
John-G wrote:I have up dated to the 4.30 (x86) and i am having some problems ..
Most are all my problems i know .. But i still need The help
1) Keep getting a error " PureLibrary Is Missing ( StringExtension )"
I cant find this Lib file anywhere .. HELP
It could be, that your source code needs a function of the PBOSL. That's what I've observed some time ago (see
gmail check, but after installing the PBOSL library I got a different error message

...
...the only reason I can't tell you the "new" message, is that I just renamed the PBOSL.RES some minutes ago to evaluate, if I also can see the same error like you. I can, but it is also here after renaming the PBOSL.RES back
Ok, PB4.20 don't bring up this message, I will do some more testing... :roll:
Posted: Tue Jan 13, 2009 8:23 am
by Baldrick
John-G,
I had similar problems with an application I wrote based on the PBOSL's SQLite command set. What I found is that PB4.3 has omitted a lib from the PureLibraries directory called funnily enough "StringExtension" which the SQLite PBOSL command set requires.
In my case I am just simply keeping a copy of PB4.2 on my system in order to support this application until I get around to doing a full upgrade for this same db app which will NOT use any 3rd party libs.