Difference between revisions of "H2Paswizard"

From Lazarus wiki
Jump to navigationJump to search
 
Line 29: Line 29:
 
* Lazarus  
 
* Lazarus  
 
* H2Pas executable (standard for FPC installation)
 
* H2Pas executable (standard for FPC installation)
 +
 +
==See also==
 +
 +
*[[H2Pas]]
 +
*[[Creating bindings for C libraries]].
 +
  
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 14:26, 31 January 2016

English (en) français (fr) русский (ru)

About

H2Paswizard is the graphical user interface wrapper over H2Pas tool used to convert C headers to pascal.

Author

Mattias Gaertner

License

to do

Install and Download

The tool is available as a standard set in Lazarus Components

How-to Use

h2paswizard.PNG

  • Install H2Pas package to Lazarus IDE
  • Select menu item Tools -> H2Pas...
  • Click add ".h" files to select C files that needs to be converted.
  • Adjust conversion options at "h2pas options" tab
  • Customize any other options desired
  • Hit Run h2pas button to convert the selected headers.

Change Log

todo:?

Dependencies / System Requirements

  • Lazarus
  • H2Pas executable (standard for FPC installation)

See also