Category Archives: Delphi

How to convert C to Delphi / Object Pascal / Free Pascal

If you’re a Delphi or Freepascal programmer, this is a nice way to convert C code and header files to Delphi.
It is able to convert functions, arguments, procedures, for loops, case statements, enums, structs, 2 and 1 dimensional arrays, and many common functions like (srcpy, strcat, strlen, printf, argv, argc and many more…) and Classes.
Continue reading