See:
viewtopic.php?t=5705
Double extended precision in Purebasic
Double extended precision in Purebasic
Last edited by geoff on Mon Jun 09, 2003 10:54 am, edited 19 times in total.
Problem...
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?
According to the quick-help, this is using the correct number of parameters. Anyone have any ideas on what might be wrong?
See:
viewtopic.php?t=5705
viewtopic.php?t=5705
Last edited by geoff on Mon Jun 09, 2003 10:54 am, edited 11 times in total.
-
- Enthusiast
- Posts: 218
- Joined: Sat Apr 26, 2003 4:47 am
- Location: Dullsville..population: me
- Contact:
Re: Problem...
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..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."
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!
You were absolutely right, Doobrey -- thanks! Also, thanks to Geoff for this stuff -- should be very useful 

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...
It was StringLibraryEx -- I wouldn't have reported a 3rd party library clashing as a PB bug though...!