Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
gmBasic 10.06B9
[+] Added support for translation subsystems. (select subSystem="id")
A subsystem is a named set of language translation rules that implement a custom migration.
For example producing WPF translations is done by activating the WPF subsystem.
[+] VB6 forms to WPF forms feature (supports most VB6 Intrinsic controls)
[+] Added ControlData API to gmSL. This also supports custom control migrations such as WPF.
[+] Additional migration events added to gmSL (AuthorProperties, CodeReference, AdjustProperties)
[+] Added Refactor-HasWeakSetter for accessors that take object
[+] Added Refactor-Declare to deal with missing declarations in ASP
[+] Added Refactor-RemoveResumeNext to deal with overly complex on error resume next functions
[+] Simplify FRX to RESX convention to avoid issues with special characters in resx filenames.
[+] Improved support for support for Graphics operations including Circle and Line command B and BF options
[+] Improved support for upgrading VB6 FileSystem listbox controls
[+] Improved support for source codes and COM components that use international character sets
[+] Support for '-' in ASP file names.

...