2000-10-13: Yesterday evening a decided to convert the generated C source to pascal. Why reinventing the wheel? :-)
I've hacked untill 5:22 this morning, and programmed (in Perl): gh2pas.pl, gc2pas.pl and gi2pas.pl convert the C files:
Usage:
gh2pas > testapp.pas
gc2pas src/callbacks.c >> testapp.pas
gi2pas src/interface.c >> testapp.pas
ppc386 testapp.pas
Tested Environment: glade 0.5.11, SuseLinux 0.7 :-), fpc 1.00
NEW IMAGE