ErosOlmi
06-09-2005, 22:48
Next version (1.0.3.x) will be delayed. We think to have it ready by middle of next week.
Why delay?
We are completely reworking on internal data structure for variable storing in order to add strong variable type. Till now all numeric variables, regardless how they where declared (LONG, EXT, SINGLE, ...) were stored as Extended numbers. We are changing this in order to have specific data storage for every variable type.
This change will allow thinBasic to:
[list] increase speed execution
better control over possible GPF
introduce pointers
introduce direct API calling
introduce BYREF passing parameters to functions
[/list:u]
Eros
Why delay?
We are completely reworking on internal data structure for variable storing in order to add strong variable type. Till now all numeric variables, regardless how they where declared (LONG, EXT, SINGLE, ...) were stored as Extended numbers. We are changing this in order to have specific data storage for every variable type.
This change will allow thinBasic to:
[list] increase speed execution
better control over possible GPF
introduce pointers
introduce direct API calling
introduce BYREF passing parameters to functions
[/list:u]
Eros