Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Overview

gmStudio is a platform for building VB6/ASP upgrade solutions that meet real-world requirements. Initially, the platform offered two ways that developers could customize how it works:

...

See Support Statement: Unused Symbol Analysis and Reporting

gmCodeStyle.dll (

...

Event Handler)

The gmCodeStyle.dll is an event handler gmPL extension that assists with generating "CodeStyle" translations. In order to engage this dll, the translation script must contain a <CodeStyle> statement. For example:

...

Code Block
languagexml
<GlobalStubs>
   <Load id="A.vbi" />
   <Load id="B.vbi" />
...   
</GlobalStubs>

gmPL_WpfSubsystem.dll (

...

Event Handler)

gmPL_WpfSubsystem.dll is a single statement gmPL extension that executes the "WpfSubsystem" command. With this loaded, gmBasic is able to produce WPF translations. The WPF extension handles authoring XAML files instead of Designer files for Forms and UserControls as well making various changes to code and project structure. This command will typically be placed at the top of a gmBasic script and tell the translator to handle compile, analyse, and author operations adding special processing for WPF features.

...