Single file for config files
Dependencies of parameters and settings better shown
Some API pem added.
Static paths removed
Settings better and more often linked
TOCs reworked
Better documentation of issues with EXE and different versions of VFP
Clearer description when to use prg (mostly on many active VFP versions)
Minor documentation updates
Bug Fix: Fixed a typo in toF1oxBin2Prg. The "1" is not needed. #121 (ccantrell72)
Bug Fix: Unused methods set_BinTableFlags and set_NumTableFlags removed. #122
Bug Fix: Brute force fixed Datatype error for tcDontShowProgress, #114 (omirian)
Bug Fix: Fixed missing link SCM documentation, #116 (ToniKoehler)
Bug Fix: Fixed a problem that cDontShowProgress parameter will be ignored if ShowProgressbar property is used. #118 (LScheffler)
Docu: Added documentation of properties of settings object
Docu: Better documentation if a settings us ignored when a parameter is set. Voth in in docu and setting files generated via -Cc options.
Docu: Some settings will not follow inheritence, documented in docu and setting files generated via -Cc options.
Documentation for settings file and the respective properties of the settings object enhanced.
Inline documentation of settings file created via -C/C -c/C and -t/T enhanced.
Aside from the properties, this is mostly about use of parameters and settings outside the chain of inheritance.
- Do not use parameter if depricated setting DontShowProgress is used
- Ignore setting ShowProgressbar, if parameter is used
- minor documentation of changes
Running ReCreate_FoxBin2Prg.prg will raise an error about TESTS\FXUResults.db2
This error is intended, only a bit surprising.
Documatation gives a better hint,
also what to download for dev and runtime as better visible
fixing #111
i