Download List

프로젝트 설명

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

System Requirements

System requirement is not defined

Released at 2012-10-11 14:54
Decimal BASIC 0.6.2.2 (2 files Hide)

Release Notes

Decimal BASIC Ver.0.6.2.2 2012/10/10

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

The executable files are compiled with Lazarus 0.9.30.4 or Lazarus 1.0.2

Known faults on Linux and Mac.
(1) The following enhancements do not work good.
SET TEXT BACKGROUND
SET DRAW MODE (NOTXOR, MASK, MREGE, etc.)
MOUSE POLL
PAINT
FLOOD
(2) Mac version has following faults
Printers do not work good.
BASIC cannot start if no printers are registered on the OS.
The save dialog on the graphics window does nor work adequately.
When BASIC is installed in a USB Falsh drive or so, BASIC cannot start if the drive name contais a space character.

(仮称)十進BASIC Ver.0.6.2.2  2012/10/10

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

Lazarus v.0.9.30.4(Win, Mac,Linux) v.1.0.2(Linux)でコンパイルしたものです。

Linux, Mac版には次の不具合があります。
(1) 次の独自拡張文は正しく実行されません。
  SET TEXT BACKGROUND
  SET DRAW MODE (NOTXOR, MASK, MREGE, etc.)
  MOUSE POLL
  PAINT
  FLOOD
(2) 日本語入力に対応しない。
(3) さらにMacでは次の不具合があります。
  プリンタが正常に使えない。
  OSにプリンタが1台も登録されていないとBASICが起動しない。
  USBメモリなどにインストールした場合,ドライブ名に空白を含むとヘルプが起動しない。
  Graphics window の保存ダイアログが的確に機能しない。


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


Changelog

The bug that output of the PRINT statement was not displayed fixed.

Linux版でPRINT文出力が表示されない不具合等を修正。