At 06:44 �� 19/4/2002, you wrote: >For SBASIC programming, best start is TURBO, which is now freeware. It's not >quite as powerfull as Qliberator, but you can get it online (check Dilwyn's >web site) with manuals and a number of extra tools including TurboPTR, a tool >for creating Pointer Environment programs with TURBO.
"Powerful" is in the eye of the be(er)holder :-) Actually equivalent Sbasic code generated by Turbo is faster by a factor of almost 15% or so (in tests I run) over QLiberator. Turbo has other problems though like parameter passing... (I usually force feed them in a place in memory and then grab em from there :-) Presto! problem solved although not elegantly I should say :-) Phoebus
