Version 1.10.4.0

<< Click to Display Table of Contents >>

Navigation:  What's new > 2017 - Version history >

Version 1.10.4.0

Date

Module

What

ID

Description

Thanks to:




 



2017.09.29

 

 

 

--- thinBasic version 1.10.4.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/27

Core

Improved

 

It is now possible to declare and instantiate an iDispatch variable on the same statement. Examples of valid statements

iDispatch objFSO = NewCom("Scripting.FileSystemObject")

dim objFSO as iDispatch = NewCom("Scripting.FileSystemObject")