Page 1 of 1

Double extended precision in Purebasic

Posted: Wed May 14, 2003 12:43 pm
by geoff

Posted: Wed May 14, 2003 1:07 pm
by Tranquil
WOW! Thats it! Very very very good work!!!!

Many thanks for sharing this one!

Posted: Sat May 17, 2003 12:44 am
by tejon
:!:

Problem...

Posted: Sun May 18, 2003 4:03 pm
by Hi-Toro
This sounds like *exactly* what I've been looking for! Only problem is, I'm getting an error on running, where PB 3.62 says "Line 352: LSet() : Incorrect number of of parameters."

According to the quick-help, this is using the correct number of parameters. Anyone have any ideas on what might be wrong?

Posted: Sun May 18, 2003 5:26 pm
by geoff

Re: Problem...

Posted: Sun May 18, 2003 5:35 pm
by Doobrey
Hi-Toro wrote:Only problem is, I'm getting an error on running, where PB 3.62 says "Line 352: LSet() : Incorrect number of of parameters."
I had the same error message a while back..I was using the same number of parameters as the manual said... tore my hair out, shouted at the computer, punched it a few times..

Then I realised it was a because of a userlib having a command of the same name (LSet) but a different number of parameters !!

Got a sneaky feeling it might be the StringLibraryEx file in userlibs..

A-ha!

Posted: Sun May 18, 2003 5:55 pm
by Hi-Toro
You were absolutely right, Doobrey -- thanks! Also, thanks to Geoff for this stuff -- should be very useful :)

Posted: Mon May 19, 2003 12:03 am
by Fred
What was the userlibs which clashed ? This kind of error should be reported. If you can mail it to me at fred@purebasic.com...

This one...

Posted: Mon May 19, 2003 3:15 am
by Hi-Toro
It was StringLibraryEx -- I wouldn't have reported a 3rd party library clashing as a PB bug though...!