OK, I see that one in FileConverter.pas, line 251.
You should be able to work around that with the "-y" commandline switch, which will be equivalent to pressing "yes to all".
What should the behaviour be - skip it, throw an exception?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I found another bug/feature - when using commandline version, any try to overwrite .out file results in GUI messagebox asking what to do.
Thanks.
Best regards,
Denis
OK, I see that one in FileConverter.pas, line 251.
You should be able to work around that with the "-y" commandline switch, which will be equivalent to pressing "yes to all".
What should the behaviour be - skip it, throw an exception?
>You should be able to work around that with the "-y" commandline switch
Ok, I did actually.
>What should the behaviour be - skip it, throw an exception?
Ask user in console using standart stdin stream, I think.
Thanks.
Best regards,
Denis