From 54438786fb32600a809e8d9d87b9878057fe713e Mon Sep 17 00:00:00 2001 From: fdbozzo <> Date: Tue, 6 Mar 2018 20:31:55 +0100 Subject: [PATCH] - Version file update --- FoxBin2PRGVersionFile.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index a406605..ac796a3 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -3,7 +3,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo .VersionNumber = 'v1.19.50' - .VersionDate = Date(2018,03,03) + .VersionDate = Date(2018,03,06) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -21,8 +21,11 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg Change History ------------------------------------------------------------- -2018-03-03 v1.19.50 +2018-03-06 v1.19.50 - Added a new CFG "BodyDevInfo" switch to control the DevInfo body data of PJX. It is disabled by default because DevInfo normally have compiled data that can be regenerated and causes many differences on source control tools +- New PRG_Compat_Level CFG value to make generated SC2/VC2 code more PRG compatible +- Bug Fix: PJX homedir related fields do not always are sincronized +- Workaround to export DBF metadata without the security part of the DBC blocking it, when DBCEvents are enabled. 2018-02-03 v1.19.49.8 - Bug Fix: When converting a VCX corrupted with duplicated objects to text, "The specified key already exists" error is thrown (Kirides)