A simple(ish) genero program that takes a compiled .42f file and creates a .per.
This was written originally to convert Informix or BDS .per files that have been just compiled
with Genero and convert them to Genero syntax .per files.
It's a semi working example, I used it quite a bit of the years. Should compile with Genero 1.3x or higher.
Never tested on Windows - only Linux and Unix.
Should be simple enough now with 2.11 to improve it to make it work on any platform.
Currently it's not able to convert properly full genero forms back from .42f to .per.
Note in MAIN:
LET conv_labs = FALSE -- Convert static text to dynamic labels.
LET ignore_genero_forms = TRUE -- If it contains LAYOUT ignore it.