Page 1 of 1

StringExtension library missing [SOLVED]

Posted: Fri Feb 27, 2009 10:55 pm
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!

Posted: Fri Feb 27, 2009 10:59 pm
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.

Posted: Fri Feb 27, 2009 11:17 pm
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.

Posted: Fri Feb 27, 2009 11:22 pm
by Kaeru Gaman
to my knowledge, userlibs are not automatically updated.

Posted: Fri Feb 27, 2009 11:25 pm
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.