Difference between revisions of "CHelper"

From havefunsoft wiki
Jump to: navigation, search
m
m (CConvert)
Line 7: Line 7:
 
==CConvert==
 
==CConvert==
 
cconvert is a command-line utility that's used for parsing headers. It's designed to be a stand-alone parser. The converted should produce read-for-use pascal headers.
 
cconvert is a command-line utility that's used for parsing headers. It's designed to be a stand-alone parser. The converted should produce read-for-use pascal headers.
 +
-defines - allows to add additional C-preprocess definitions.

Revision as of 22:57, 27 February 2015

chelper is C/C++/ObjC headers converting to pascal utility.

Read more about it on freepascal wiki

Code

Public Repository: https://svn.code.sf.net/p/lazarus-ccr/svn/components/chelper/

CConvert

cconvert is a command-line utility that's used for parsing headers. It's designed to be a stand-alone parser. The converted should produce read-for-use pascal headers. -defines - allows to add additional C-preprocess definitions.