Four Js Development Tools Forum

General => General Discussion => Topic started by: Jose Edvandro M. on May 03, 2023, 06:51:26 pm



Title: Executable Version
Post by: Jose Edvandro M. on May 03, 2023, 06:51:26 pm
Would you like to send the application version to the executable?
Example: Version 1.1.1


Title: Re: Executable Version
Post by: Reuben B. on May 04, 2023, 06:42:20 am
This would make a good Ask-Reuben article.

Have a look at this page http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_CompilingPrograms_007.html

In particular what the following can do ...
fglcomp --tag="Version=X.Y.Z" filename.4gl
and
fglcomp --timestamp filename.4gl

and the difference in output between
fglrun -b filename.42m
fglrun -b program.42r

Note that a .42r is not an executable.