Skip to content

Conversion

Benjamin edited this page Mar 14, 2020 · 7 revisions

Conversion

There are two modes for conversion:

  1. Convert a project
  2. Convert a File or set of files (modules, classes, forms).

Converting a Project

Do this at least once. Pick a temp directory. What this will give you is a basic directory structure, and will also output our base class and helper function library. You may or may not use all of these, but if you're wondering where some of our syntax comes from, there are simply a couple basic sets of functions, as well as library inclusions.

Converting a file

Enter a filename, and click the Single File button.

Preventing re-conversion after edits in output file

If you have already converted a file, and then manually edited the file afterward, simply add the following at the top of the C# file:

// ### CONVERTED

So long this is near the top of the existing output file, this will prevent the output file from being overwritten by the next conversion.

Support

If you see something not converting right, and want to, feel free to submit an issue.

Clone this wiki locally