StringExtension library missing [SOLVED]

Everything else that doesn't fall into one of the other PB categories.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

StringExtension library missing [SOLVED]

Post by Tipperton »

I am attempting to compile a program that compiled without a problem in PureBasic 4.20 but in 4.30 the compiler returns that the PureLibrary StringExtension is missing.

How can I fix this or is there even a fix available?

Thanks!
Last edited by Tipperton on Fri Feb 27, 2009 11:39 pm, edited 1 time in total.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

use the 4.3 versions of your userlibs... ;)

this error means you try to use a 4.2 version of a userlib.
oh... and have a nice day.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Does that mean the 4.3 installer is flawed?

I ran it to update to 4.30, one would assume that it would update all the libraries and warn you ifthere were any it couldn't update.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

to my knowledge, userlibs are not automatically updated.
oh... and have a nice day.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Kaeru Gaman wrote:to my knowledge, userlibs are not automatically updated.
Ooops I confused User with Pure libraries though I don't believe my program used any user libraries.

Thanks for the tip, turns out I was using gnozal's PureZip library, once I updated that to the 4.30 version, it all worked.
Post Reply