diff --git a/foxbin2prg.exe b/foxbin2prg.exe index d201ed7..8df1f3a 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ diff --git a/foxbin2prg.prg b/foxbin2prg.prg index b8623e9..47be5f4 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -2469,7 +2469,6 @@ DEFINE CLASS c_foxbin2prg AS SESSION .writeLog( '> InputFile ' + loLang.C_IS_A_FILE_LOC ) tc_InputFile = LOCFILE(tc_InputFile) - ERASE ( tc_InputFile + '.ERR' ) DO CASE CASE .l_Recompile AND LEN(tcRecompile) > 3 AND DIRECTORY(tcRecompile) @@ -2882,6 +2881,8 @@ DEFINE CLASS c_foxbin2prg AS SESSION ENDCASE ENDIF + ERASE ( .c_InputFile + '.ERR' ) + IF NOT EMPTY(tcOriginalFileName) tcOriginalFileName = loFSO.GetAbsolutePathName( tcOriginalFileName ) ENDIF