Menu

HowToConvertNewAPIs

Olivier Coursière

Four tools are involved in the conversion process :

  • headertoxml

  • stubgen

  • codegen

  • hookgen

headertoxml

headertoxml converts *.h to a xml file.

Command line : headertoxml <aFile.h>

stubgen

stubgen generate a C/C++ file that wraps aFile.h (classes only).

Command line : stubgen <aFile.h>

codegen

Command line : codegen <aFile.xml>

hookgen

Command line : hookgen

Related

Wiki: BePascal