Version 1.10.3.0

<< 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 ---

 

---

TBGL

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

---

Oxygen

Updated

 

Oxygen module updated to the latest version available on GitHub: https://github.com/Charles-Pegge/OxygenBasic

Charles Pegge

 

Inno SetUp

Setup

 

thinBasic Setup application:

created with Inno Script Studio 2.2.2.32

compiled with Inno Setup Compiler version 5.5.5

 

 

Core

Compiler

 

thinBasic Core engine is now compiled using PB10.04

 

 

UPX

 

 

All thinBasic executables and modules are compressed with UPX 3.94

 

 

 

 

 

 

 

2017/09/21

Core

NEW

 

Introduced a new special Data Structure directly into thinBasic Core engine. After Hash Table and AVL Tree we have now Linked List

 

 

Core

NEW

 

LList_New function added

 

 

Core

NEW

 

LList_Free function added

 

 

Core

NEW

 

LList_Validate function added

 

 

Core

NEW

 

LList_Clear function added

 

 

Core

NEW

 

LList_Count function added

 

 

Core

NEW

 

LList_Add function added

 

 

Core

NEW

 

LList_Ins function added

 

 

Core

NEW

 

LList_First function added

 

 

Core

NEW

 

LList_Last function added

 

 

Core

NEW

 

LList_Prev function added

 

 

Core

NEW

 

LList_Next function added

 

 

Core

NEW

 

LList_Get function added

 

 

Core

NEW

 

LList_Set function added

 

 

Core

NEW

 

LList_InsPrev function added

 

 

Core

NEW

 

LList_InsNext function added

 

 

Core

NEW

 

LList_Del function added

 

 

Core

NEW

 

LList_DelPrev function added

 

 

Core

NEW

 

LList_DelNext function added

 

2017/09/07

Core

NEW

 

Added C++ single line comment using //

 

2017/08/17

thinAir

NEW

 

Added Autocompletion option in thinAir options

 

2017/08/16

thinAir

FIX

 

Autocompletion list disappeared when typing open parentheses

 

2017/08/11

Core

NEW

 

iDispatch variables can be passed as function parameters ByRef

 

 

Core

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

Core

NEW

 

GetObject function added

 

2017/08/08

Core

NEW

 

IsComNothing function added

 

 

Core

NEW

 

ComObjPtr function added

 

 

Core

NEW

 

IsComObject function added

 

 

Core

NEW

 

GetCom function added

 

 

Core

NEW

 

AnyCom function added

 

 

Core

NEW

 

Nothing statement added

 

 

Core

NEW

 

NewCom function added

 

 

Core

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 !!!!!