...
Code Block |
---|
[INSTALLDIR]: | \---samples: sample files | +---batch: scripts for running gmStudio in unattended mode | +---migrations: sample migration project files (*.gmproj) | +---source: sample source codes | | | +---FileExplorer: a desktop application sample | | | +---FMStocks: a multi-project VB6/ASP/COM example | | | | | +---FMSLib | | \---FMSWeb | | | \---ScanTool: a multi-project VB6/COM example | | | +---ScanToolLib_VB6 | \---ScanToolUI_VB6 | \---workspace | +---DemoScanTool: ScanTool sample migration workspace +---FileExplorer: FileExplorersample migration workspace +---FMStocks_csh: FMStocks sample migration workspace (in C#.NET) \---FMStocks_vbn: FMStocks sample migration workspace (in VB.NET) |
...
The following directories are created by the workspace setup process:
...
:
[AppDataFolder] | +\---GenInterop:GreatMigrations working directory for creating Interop assemblies | +---Metalangworkspace: languagewill configcontain filesyour migration workspaces and migration \---settings: gmStudio script templates project files
Verifying the Install
The process described below does a direct, default migration of a small project (comprised of two VBPs); it can also be used to verify your installation.
When you load gmStudio for the first time, you will see the Main Form. Normally the application reloads your the migration project from your last session, but if this is your first session, the Main Form will be blank.
You can do a direct migration of a small project in two steps:
- Select the VB6 projects to migrate:
- a) Click [File/New Migration] from the main menu. This will open the [Migration Project Setup] form.
- b) Enter a name for your migration project; the default is "Migration1".
- c) Use the [Select Migration Units] controls to find and select VBPs.
- d) Click [Add] to add VBPs to the migration project
- e) Click [Save & Exit] to return to the Main Form.
- Run the migration process by clicking the [Upgrade] button on the Toolbar.
If you have successfully installed gmStudio, you will get a log file similar to the one shown below. The log shows the default migration steps for a two-VBP sample migration project:
...