You are here

PBHGEN - PureBasic Header Generator

Description:Will read a PureBasic source file (*.pb) and generate a header out of it (*.pbi).
 PBHGEN
Usage:
  1. Under "Tools" in the PureBasic IDE add a new tool called "PBHGEN".
  2. Follow these steps:
    • At Commandline select your copy of PBHGEN.exe
    • At Arguments type %FILE.
    • At Event to trigger the tool select Sourcecode Saved.
  3. Ensure you include your headers in the Source using:
    • XIncludeFile #PB_Compiler_File + "i" ;- PBHGEN
Version: 0.5 Download: click here to download your file.

Comments

Henry00's picture

Fixed issue with Structure Pointers in Procedure Parameters, transforms to Pointers now.

Henry00³ ( de Jongh )
00laboratories, Solutions for Developers

Henry00's picture

Fixed issue with Structured List/Array/Map in Procedure Parameters.

Henry00³ ( de Jongh )
00laboratories, Solutions for Developers

Henry00's picture

Fixed issue where a *pointer would cause further Procedure Parameters to lose their types.

Henry00³ ( de Jongh )
00laboratories, Solutions for Developers

Henry00's picture

Fixed issue where a *pointer.structure had no default parameter.
Fixed issue with a string as custom parameter, it was not escaped.

Henry00³ ( de Jongh )
00laboratories, Solutions for Developers