Improvement in logging, bug fixes #3
- Bug Fix: For RedirectClassType = 2, Path was set wrong - Doc: Improved, Better description of ClassPerFileCheck. - Bug Fix: RedirectClassType = 2, UseClassPerFile = 2 failed. - Enhancement: Added option to create config file template based on current values of a directory - Enhancement: Log settings object handed to execute (Debug > 0) - Better documentation of tcOutputFolder --removed debug code
This commit is contained in:
BIN
foxbin2prg.exe
BIN
foxbin2prg.exe
Binary file not shown.
BIN
foxbin2prg.pjt
BIN
foxbin2prg.pjt
Binary file not shown.
BIN
foxbin2prg.pjx
BIN
foxbin2prg.pjx
Binary file not shown.
@@ -689,7 +689,7 @@ If Atc('-BIN2PRG','-'+tc_InputFile) > 0 Or Atc('-PRG2BIN','-'+tc_InputFile) > 0
|
||||
tcType = pcParamX
|
||||
Release pcParamX
|
||||
Endif
|
||||
SET STEP ON
|
||||
|
||||
* only 2 paras for -cCt
|
||||
If Pcount()#2 And ( Upper(tcType)=='-C' Or tcType=='-t' ) Then
|
||||
tc_InputFile = ""
|
||||
@@ -3345,7 +3345,6 @@ Define Class c_foxbin2prg As Session
|
||||
*!* Changed by: Lutz Scheffler 09.3.2021
|
||||
*!* change date="{^2021-03-09,08:06:00}"
|
||||
* log settings for tcCFG_File - cfg as object
|
||||
SET STEP ON
|
||||
.evaluateConfiguration( @tcDontShowProgress, @tcDontShowErrors, @tcNoTimestamps, @tcDebug, @tcRecompile, @tcBackupLevels ;
|
||||
, @tcClearUniqueID, @tcOptimizeByFilestamp, @tc_InputFile, @lcInputFile_Type, , Vartype(tcCFG_File) = "O" )
|
||||
*!* /Changed by: Lutz Scheffler 09.3.2021
|
||||
|
||||
Reference in New Issue
Block a user