Difference between revisions of "H2Paswizard"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "== About == H2Paswizard is the graphical user interface wrapper over H2Pas tool used to convert C headers to pascal. === Author === to do === License === to do == Insta...")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{H2Paswizard}}
 +
 
== About ==
 
== About ==
 
H2Paswizard is the graphical user interface wrapper over [[H2Pas]] tool used to convert C headers to pascal.
 
H2Paswizard is the graphical user interface wrapper over [[H2Pas]] tool used to convert C headers to pascal.
  
 
=== Author ===
 
=== Author ===
to do
+
Mattias Gaertner
  
 
=== License ===
 
=== License ===
Line 12: Line 14:
  
 
== How-to Use ==
 
== How-to Use ==
[[Image:h2paswizard.PNG|400px|right]]
+
[[Image:h2paswizard.PNG]]
+
<br><br>
 
* Install H2Pas package to Lazarus IDE
 
* Install H2Pas package to Lazarus IDE
 
* Select menu item Tools -> H2Pas...  
 
* Select menu item Tools -> H2Pas...  
Line 27: 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]]
[[Category:Lazarus-CCR]]
 
 
[[Category:Utilities]]
 
[[Category:Utilities]]
 +
[[Category:Lazarus IDE plugins]]
 
[[Category:C]]
 
[[Category:C]]

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