Bug Fix 1.19.57

Fixed missing PATH
Minor documentation changes
This commit is contained in:
Lutz
2021-03-05 09:59:30 +01:00
parent bdcc3664bb
commit ef68847a9c
15 changed files with 861 additions and 12 deletions

View File

@@ -2,8 +2,8 @@ Lparameters toUpdateInfo
Local lcNote
With toUpdateInfo
.VersionNumber = 'v1.19.51.5'
.VersionDate = Date(2019,02,24)
.VersionNumber = 'v1.19.57.0'
.VersionDate = Date(2021,03,25)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
.Link = 'https://github.com/fdbozzo/foxbin2prg/wiki'
@@ -20,7 +20,39 @@ Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF, FKY, MEM
Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
Change History -------------------------------------------------------------
************
2021-03-05 v1.19.57.0
- Bug Fix: RedirectClassType = 2 mixed up PATH (LScheffler)
- Doc: improved (LScheffler)
2021-03-04 v1.19.56.0
- Feature: New value 2 for option RedirectClassType = 2, just process the single class for input in form file[.baseclass].class.vc2 (LScheffler)
- Bug Fix:<br>Inputfile in form classlib.class.vc2 AND RedirectClassType = 1 and Execute param tcRecompile = 1<br>generates classlib.class.vcx and tries to recompile classlib.vcx<br>fails silent if classlib.vcx exists (compiles wrong lib), with message if not. (LScheffler)
2021-03-03 v1.19.55.0
- Doc: Documentation from CodePlex integrated (LScheffler)
- Feature: added option to create config file template (LScheffler)
- Doc: Info screen-doc improved (LScheffler)
- Doc: German translation improved (LScheffler)
2021-03-03 v1.19.54.0
- Bug Fix: DBF_Conversion_Condition, problem with macro expansion (LScheffler)
- Feature: inserted option DBF_IncludeDeleted to allow including deleted records of DBF (LScheffler)
- Feature: inserted option DBF_BinChar_Base64 to allow processing of NoCPTrans fields in non base64 way (LScheffler)
- Feature: inserted option ItemPerDBCCheck to split DBC processing from vcx / scx (LScheffler)
- Feature: inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx (LScheffler)
- Feature: inserted option UseFilesPerDBC to split DBC processing from vcx / scx (LScheffler)
2021-02-23 v1.19.53.0
- Doc: For Info screen and config-template, usage of MEM and FRX added (LScheffler)
- Bug Fix: conversion prg -> vcx, files per class could create one class multiple times (LScheffler)
- Bug Fix: processing directory, flush log file after loop instead of file (LScheffler)
2021-02-14 v1.19.52.0
- Bug Fix**: conversion prg -> dbf, fields with .NULL. value are incorectly recreated (LScheffler)
- Doc: minor translations |
- Bug Fix: conversion dbf -> prg, error if only test mode (toFoxBin2Prg.l_ProcessFiles is false) (LScheffler)
************
2019-02-24 v1.19.51.5
- Enhancement: Make FoxBin2Prg more COM friendly when using ESC key (Tracy Pearson)