<< Click to Display Table of Contents >> Navigation: What's new > 2006 - version history > Version 1.0.10.0 |
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. |