Convert Clarion to C#

Is There How to Convert a Clarion Application to C #?

Manually :slight_smile:
You don’t convert it, you re-write it

1 Like

Very easy: :

using System.Diagnostics;
...
Process.Start("MyClarionProgram.exe");

Is that thing turbo charged?

With a lot more typing…