XOP function stub generator

Downloaded 112 times
Average rating
(0 votes)

From a specially crafted C header file, this Perl script can generate all necessary (resource file, header, and function) stubs for creating a XOP.
See the file example-header.h for an example input file, the output is in the files functionBodys.cpp, functionBodys.h, resourceFile.rc.
Requirements: A recent version of Perl and ctags from http://ctags.sourceforge.net/.
Call the script as ./xop-stub-generator.pl example-header.h.

Releases

Official releasesDateSizeLinksStatus


Back to top