Version 1.9.12.0

<< Click to Display Table of Contents >>

Navigation:  What's new > 2014 - version history >

Version 1.9.12.0

 

Date

Module

What

ID

Description

Thanks to:




 



2014.03.17

 

 

 

--- thinBasic version 1.9.12.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

 

Module updated to the latest version available on thinBasic SVN server

Charles Pegge

 

 

Setup

 

thinBasic Setup application is now created with Inno Setup Compiler version 5.5.3 (a)

 

 

Core

Compiler

 

thinBasic Core engine is now compiled using PB10xx

 

 

UPX

 

 

All thinBasic executables and modules compressed with UPX 3.09

 

 

 

 

 

 

 

2014.03.17

Core

Improved

 

DIM MyVar AS [AnyVariable] will define a new variable MyVar AS the same type of [AnyVariable]

ReneMiner

 

Core

Improved

 

DIM MyVar LIKE [StringExpression] will define a new variable MyVar AS the same type of [StringExpression] evaluated on the fly

ReneMiner

 

Core

Improved

 

 

 

2014.03.13

Core

Improved

 

Added TYPE extension using Extends clause.
See more info at http://www.thinbasic.com/community/showthread.php?12377-ThinBASIC-OOPification

 

 

2014.03.08

OS

Improved

 

OS_WinVersionText now supports Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2

 

 

OS

Improved

 

OS_WinGetVersionTimeline now supports Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2

 

2014.02.23

OS

Add

 

OS_ProcessGetFullPath function added

Petr Schreiber

2014.02.18

UI

Add

 

Win_PlaySoundA function added

 

 

UI

Add

 

Win_PlaySound function added

 

 

Core

Change

 

Important change:

Now: Undefined variables in Sub/Function will be assumed BYVAL ... AS LONG
Before: undefined variables were assumed to be VARIANT type leaving some misunderstanding.

 

 

UI

Add

 

Win_DrawIconEx function added

 

 

UI

Add

 

Win_LoadImageA function added

 

 

UI

Add

 

Win_LoadImage function added

 

 

UI

Add

 

Win_SetPixelV function added

 

 

UI

Add

 

Win_SetPixel function added

 

2014.02.10

Core

Improved

 

OS_GetCommand and affiliated functionalities completely redesigned in order to avoid different behaves when scripts executed from inside thinAir or from command line.

Petr Schreiber

2014.01.02

Core

Improved

 

Added detection of WITH/END WITH pairs

 

2013.12.29

UI

Add

 

Win_ChildWindowFromPoint2 function added