xsharp.eu • Clipper 5.2 source code
Page 1 of 1

Clipper 5.2 source code

Posted: Fri Mar 24, 2017 6:18 pm
by Juraj
It can compile in X # code written for Clipper 5.2? If so, does anyone have experience. How to proceed?

Clipper 5.2 source code

Posted: Fri Mar 24, 2017 10:39 pm
by Chris
Hi Juraj,

A lot of Clipper code compiles already, but there are also things like PUBLICs, MEMVARs etc that are not supported yet, those will follow later. Also there are no GUI runtime libraries for compiling existing Clipper apps in x# with them... We have started working also on those, but it will take some time to release them.

So in short, if you want to compile some small Clipper code like utilities that read and write to dbfs etc, this works already and possibly you will not need to make any changes at all to the code to compile it. But if you want to port a complete big Clipper application to x#, this will take some months before it becomes possible.

Chris