lz_h2Pas
- Details
- Category: Documents
- Published: Sunday, 20 October 2013 03:50
- Written by Administrator
- Hits: 9697
lz_h2Pas
This Typhon IDE wizard is the graphical user interface wrapper over FreePascal H2Pas tool.
h2pas FPC tool, attempts to convert a C header file to a pascal unit.
It can handle most C constructs that one finds in a C header file, and attempts to translate them to their Pascal counterparts.
The output of the h2pas program is written to a file with the same name as the C header file that was used as input, but with the extension .pp.
The C header to Pascal conversion can be customized.
The unit with Pascal declarations can then be used to access code written in C.