Skip to content

09/02/2013 public release

gmBasic 10.06B9<br />[+] Added support for translation subsystems. (select subSystem="id")<br /> A subsystem is a named set of language translation rules that implement a custom migration.<br /> For example producing WPF translations is done by activating the WPF subsystem.<br />[+] VB6 forms to WPF forms feature (supports most VB6 Intrinsic controls)<br />[+] Added ControlData API to gmSL. This also supports custom control migrations such as WPF.<br />[+] Additional migration events added to gmSL (AuthorProperties, CodeReference, AdjustProperties)<br />[+] Added Refactor-HasWeakSetter for accessors that take object<br />[+] Added Refactor-Declare to deal with missing declarations in ASP<br />[+] Added Refactor-RemoveResumeNext to deal with overly complex on error resume next functions<br />[+] Simplify FRX to RESX convention to avoid issues with special characters in resx filenames.<br />[+] Improved support for support for Graphics operations including Circle and Line command B and BF options<br />[+] Improved support for upgrading VB6 FileSystem listbox controls<br />[+] Improved support for source codes and COM components that use international character sets<br />[+] Support for '-' in ASP file names.<br /><br />
MetaLang<br />[Add] lang\WPFsubSystem.gmsl -- WPF Forms Authoring (beta)<br />[change] idf\Language.std.xml <br />[change] idf\MigrationSupport.dll.xml<br />[change] idf\ReferencesAudit.dll <br />[change] lang\netControls.xml <br />[change] lang\VB7Lang.xml <br />[change] lang\VB6IDL.XML <br />[change] lang\vbcontrols.xml <br />[change] lang\OPCODES.XML <br />[change] lang\TOOLLANG.XML <br />[change] lang\enumerations.xml <br />[change] lang\auditvbi.gmsl <br />[change] lang\VBASIC.XML <br />[change] lang\authortext.gmsl <br />[change] lang\GMSLANG.XML <br /><br />
gmStudio<br />[+] Improve UI responsiveness when running long processes<br />[+] Improve user control over scrolling session log to screen<br />[+] Update References/Definitions reports to use AuditVBI.gmsl<br />[+] Added Rules Samples management to Settings form<br />[+] Simplify view menu; removed items that are handled on Settings form<br />[!] Correct issue with report selector list not showing up in Trial Mode<br />[!] correct SrcFile path in NET Build Log report for ASP includes<br />[!] correct translation switches being cleared from the task in memory<br />[!] correct report type list being empty in trial mode<br /><br />
Samples<br />[+] Rework Scantool to filesystem listbox migration<br />[+] Rework FileExplorer sample to use new IDFs and gmSL for Common Controls replacements<br /><br />
Installation<br />[R] Retire GMNI DLLs that are now handled using gmSL <br />[+] Retire ReferenceAudit.dll<br />[+] Add ASPGlobalIncludes.dll to standard distribution (preparing for new Web Samples)<br />[+] Added a template GlobalImports script to settings folder (preparing for new Web Samples)<br />[+] Added a template GlobalIncludes script to settings folder (preparing for new Web Samples)<br />[+] Update the contents of extras\RefactorLibrary with more current samples and move to support\rules