Updated to 4.3 now small problems

Just starting out? Need help? Post your questions and find answers here.
John-G
User
User
Posts: 52
Joined: Wed Oct 03, 2007 5:13 pm
Location: Pittsburgh,Pa.
Contact:

Updated to 4.3 now small problems

Post 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
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post 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?
I may look like a mule, but I'm not a complete ass.
John-G
User
User
Posts: 52
Joined: Wed Oct 03, 2007 5:13 pm
Location: Pittsburgh,Pa.
Contact:

Thanks Still problems

Post 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 ..? :cry:

ho and thanks for the fast answer .. that's the best thing about PB
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

If your programs are not running on PB 4.3 because you are relying on too many third-party user-libs then...... :wink: That's why I no longer use them!
I may look like a mule, but I'm not a complete ass.
John-G
User
User
Posts: 52
Joined: Wed Oct 03, 2007 5:13 pm
Location: Pittsburgh,Pa.
Contact:

How to Add Speech

Post 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??
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: How to Add Speech

Post by ts-soft »

John-G wrote:Does anyone know another way to get PB to talk??
COMate
see: Demo_Sapi.pb
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
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Updated to 4.3 now small problems

Post 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 :evil:...

...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 :twisted:

Ok, PB4.20 don't bring up this message, I will do some more testing... :roll:
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Post 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.
Post Reply