<< Click to Display Table of Contents >> Navigation: What's new > 2017 - Version history > Version 1.10.3.0 |
Date |
Module |
What |
ID |
Description |
Thanks to: |
---|---|---|---|---|---|
|
|||||
2017.09.22 |
|
|
|
--- thinBasic version 1.10.3.0 --- |
|
--- |
Updated |
|
Module updated to the latest version available on thinBasic SVN server. Introduction of large arsenal of functions for state-safe programming, see more in TBGL help file |
Petr Schreiber |
|
--- |
Updated |
|
Oxygen module updated to the latest version available on GitHub: https://github.com/Charles-Pegge/OxygenBasic |
Charles Pegge |
|
|
Setup |
|
thinBasic Setup application: •created with Inno Script Studio 2.2.2.32 •compiled with Inno Setup Compiler version 5.5.5 |
|
|
|
Compiler |
|
thinBasic Core engine is now compiled using PB10.04 |
|
|
|
|
|
All thinBasic executables and modules are compressed with UPX 3.94 |
|
|
|
|
|
|
|
|
2017/09/21 |
NEW |
|
Introduced a new special Data Structure directly into thinBasic Core engine. After Hash Table and AVL Tree we have now Linked List |
|
|
|
NEW |
|
LList_New function added |
|
|
|
NEW |
|
LList_Free function added |
|
|
|
NEW |
|
LList_Validate function added |
|
|
|
NEW |
|
LList_Clear function added |
|
|
|
NEW |
|
LList_Count function added |
|
|
|
NEW |
|
LList_Add function added |
|
|
|
NEW |
|
LList_Ins function added |
|
|
|
NEW |
|
LList_First function added |
|
|
|
NEW |
|
LList_Last function added |
|
|
|
NEW |
|
LList_Prev function added |
|
|
|
NEW |
|
LList_Next function added |
|
|
|
NEW |
|
LList_Get function added |
|
|
|
NEW |
|
LList_Set function added |
|
|
|
NEW |
|
LList_InsPrev function added |
|
|
|
NEW |
|
LList_InsNext function added |
|
|
|
NEW |
|
LList_Del function added |
|
|
|
NEW |
|
LList_DelPrev function added |
|
|
|
NEW |
|
LList_DelNext function added |
|
|
2017/09/07 |
NEW |
|
Added C++ single line comment using // |
|
|
2017/08/17 |
NEW |
|
Added Autocompletion option in thinAir options |
|
|
2017/08/16 |
FIX |
|
Autocompletion list disappeared when typing open parentheses |
|
|
2017/08/11 |
NEW |
|
iDispatch variables can be passed as function parameters ByRef |
|
|
|
NEW |
|
iDispatch variable can be uses as local function variables. iDispatch content (referenced object if any) will be automatically destroyed at function ending |
|
|
2017/08/10 |
NEW |
|
GetObject function added |
|
|
2017/08/08 |
NEW |
|
IsComNothing function added |
|
|
|
NEW |
|
ComObjPtr function added |
|
|
|
NEW |
|
IsComObject function added |
|
|
|
NEW |
|
GetCom function added |
|
|
|
NEW |
|
AnyCom function added |
|
|
|
NEW |
|
Nothing statement added |
|
|
|
NEW |
|
NewCom function added |
|
|
|
NEW |
|
Added iDispatch variable type though which programmer will be able to use COM objects. This new variable will open an INFINITE number of possibilities !!!!! |
|