PDA

View Full Version : Released preview version 1.0.9.7



ErosOlmi
06-05-2006, 20:19
Released preview version 1.0.9.7

Again some fix in Core module regarding internal dictionaries in case of multiple hash value collision.
CALL can now call functions whose name is determined at script time
FUCNTION_Exists can be used to determine if a function exists inside script

ErosOlmi
07-05-2006, 07:42
Version updated.

Improve speed execution in case of loops inside functions.

ErosOlmi
07-05-2006, 17:45
Version updated.

CALL statement can have a TO clause at the end in order to collect function return value. See help.

ErosOlmi
08-05-2006, 03:35
Version updated.

Introduced a experimental function to play sounds in a multi thread way: Sound_Play(SoundFileName)
It used MCI. If any interest in sounds maybe we will create a specific multimedia module.

ErosOlmi
08-05-2006, 12:08
Version updated.

SOUND_PLAY modified to a more stable async api call.
No more MCI interface used due to GPF in case of multiple repetitive sounds fired.