This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Release date: 2006.06.22
Date |
Area/Module |
What |
Description |
Thanks to: |
|---|---|---|---|---|
2006.06.21 |
Core |
Fix |
Possible error in internal dictionary keywords allocation. In some special cases a possible CALL DWORD to nothing can occur. Problem still not 100% solved but now handled by a runtime error. |
|
Core |
Fix |
Scripts obfuscated with thinBasic version before 1.0.8.x will not work anymore due to not compatible changes in new obfuscation algorithm. If you are in such a situation, you have to recreate a new obfuscated script from the original source script. |
||
Core |
Fix |
Corrupted obfuscated scripts caused GPF instead of standard runtime error. Fixed |
||
Core |
Improve |
Constant or string expressions can be passed to parameters declared as ASCIIZ in external functions even if parameter is BYREF. Previously, only single string variables were allowed to be passed to BYREF ASCIIZ declared parameters. |