Skip to content

Configuration

Benjamin edited this page Mar 14, 2020 · 1 revision

Configuration

Config Dialog

There is a GUI for the basic configuration available. It supplies basic setup:

  • Project File (.vbp) - This is the VB6 project you want to convert.
    • It doesn't support Project groups.
    • It really doesn't even support projects, it supports files. It just scans a project for a list of files.
  • Output Folder
    • Where the converted files will end up.
  • Assembly Name - The name of your project. Used in various places, including C# project namespace.

There are some defaults in place, but the values you enter should save into an INI file using the built in Windows INI APIs.

INI File

The settings are stored in the linter project folder (App.Path from the linter) in a file named VB6toCS.INI.

Manual Configuration

Additionally, you simply modify the project defaults in modConfig to reflect your configuration and the project will pull these in the absence of an INI file.