View Full Version : thinBasic preview 1.0.9.3
ErosOlmi
24-02-2006, 16:19
thinBasic preview 1.0.9.3 released.
[list] thinAir options dialog box
started TYPE parsing[/list:u]
ErosOlmi
25-02-2006, 13:15
Version updated.
Fixed DIM error when multiple arrays declared on the same line.
Example: Dim A(10), B(30) As Long
ErosOlmi
28-02-2006, 22:33
Version updated.
Few internal changes in order to speed-up thinBasic startup
ErosOlmi
03-03-2006, 12:45
Version updated.
Again few little speed optimization here and there.
New way to declare DWORD or LONG variables used to reference resources like fonts: DIM MyVar AS DWORD RESOURCE
If RESOURCE is specified after DWORD or LONG types, thinBasic will take care of resource release when scope of the variable will end.
ErosOlmi
04-03-2006, 09:55
Version updated.
thinAir font: only non proportional fonts are used
thinAir config parameters saved on program exit
ErosOlmi
05-03-2006, 00:20
Version updated.
Added some more speed around 5-10%
If someone can confirm, it would be great.
Thanks
ErosOlmi
05-03-2006, 14:32
Version updated.
Again some more speed when calling function.
As you may have noticed, I'm working on speed ;)
ErosOlmi
05-03-2006, 16:22
Version updated.
Previous update had more disadvantages than advantages.
ErosOlmi
05-03-2006, 19:05
Version update.
Again a speed improvement. Petr, you will like this one (I hope :D )
ErosOlmi
06-03-2006, 03:01
Version update.
Speed, Speed, Speeeeeeeeeeed
A new improvement of about 10-15% in scripts execution.
thinBasic is:
5 times faster than AutoIt
3 times slower than php
3 times slower than vbs