Download List

Project Description

Developing multi-platform and international edition of ISO Full BASIC.

System Requirements

System requirement is not defined

Released at 2020-03-01 15:36
Decimal BASIC 8.1.0.3 (10 files Hide)

Release Notes

Decimal BASIC Ver.8.1.0.3  2020/03/01

Decimal BASIC implements the GRAPHICS module and the MODULES module of ANSI/ISO Full BASIC except for a little incompatibility.

Notes on Mac.

When installed in a USB drive, if it has a name that includes a space, you can not launch the Help. Delete spaces in the drive name.

The following enhancements do not work good.

SET DRAW MODE (NOTXOR, MASK, MERGE, etc.)
MOUSE POLL
GetKeyState

十進BASIC Ver.8.1.0.3 2020/03/01

JIS Full BASIC 図形機能単位+モジュール機能単位+単文字入力機能単位に対応します(若干の非互換があります)。

SDIアプリケーションです。複数のファイルを開いておくことはできません。

MAC版は, USBメモリなどにインストールした場合など,ドライブ名に空白を含むとヘルプが起動しません(ドライブ名を変更してください)。

Mac版には次の不具合があります。

(1) 次の独自拡張文は正しく実行されません。

  SET DRAW MODE (NOTXOR, MASK, MERGE, etc.)

  MOUSE POLL
  GetKeyState

Changelog

Fixed the bug that the graphics pane might not be erased before next program ran.

Fixed the bug the font size for graphics might be irregular.

Fixed the fault that INPUT dialog might cause an error on Qt5.

Fixed the fault saving a program might cause an error , probably on the versions compiled with Lazarus 1.6.4.

プログラム実行前にグラフィック画面が消去されないことのあるバグを修正。

グラフィック画面初期フォントサイズが異常となることのあるバグを修正。

Qt5でINPUTダイアログの表示で起こる問題に対応。

プログラム保存でエラーを起こす問題に対応(おそらくLazarus1.6.4版のみ)。