FixInsight 2019.01 command line fails

Hi Roman,

congratulations for the long awaited update for FixInsight. Unfortunately the command line fails with:

File: \MyPath\MyFile.pas
  Fatal parser error (1, 1)

for *every* file.

The IDE integration works fine though.
Fixed :)
Please check the updated version.
Hi Roman,

better,but not fixed. It looks like the CL fails on files with a relative path in the .dpr

uses
  Lizenz,
  LizenzDllInterface,
  WinApi.Windows,
  System.DateUtils,
  System.SysUtils,
  CheckPeacy in 'CheckPeacy.pas',
  CheckSccm in 'CheckSccm.pas',
  Helpers in 'Helpers.pas',
  Lzs.Log in 'Lzs.Log.pas',
  RAC.Registry in '..\RAC.Registry.pas';

Fixinsight CL output:
File: CheckSccm.pas
  C101 Method 'TCheckSccm.CheckPaketFiles' is too long (54 lines) (48, 1)
File: Helpers.pas
  O801 CONST missing for unmodified string parameter 'HostName' (24, 38)
  O801 CONST missing for unmodified string parameter 'HostList' (47, 23)
  O801 CONST missing for unmodified string parameter 'LogMessage' (73, 16)
  O801 CONST missing for unmodified string parameter 'LogMessage' (80, 15)
  O801 CONST missing for unmodified string parameter 'Exename' (85, 23)
File: Lzs.Log.pas
  O801 CONST missing for unmodified string parameter 'sText' (85, 28)
  O801 CONST missing for unmodified string parameter 'sText' (98, 32)
File: RAC.Registry.pas
  Fatal parser error (1, 1)

Working on this. Strange issue. This code hasn't change since last release. Seems like something has changed in Delphi RTL (current release compiled with Rio). Investigating.

Please try this update http://sourceoddity.com/download/FixInsight_2019.01upd1_setup.exe
This should work fine.

This wasn't RTL fault :)

Thanks! Will download and try the update right now