Page 1 of 1

pbcompiler.exe parameter for ignore syntax error

Posted: Tue Jun 04, 2019 2:41 pm
by RSBasic
I need the parameter "/IgnoreSyntaxError" e.g. for "/PreProcess", so that "/PreProcess" ignores syntax errors.
"/PreProcess" should only resolve all includes and macros, not more.

Thank you

Re: pbcompiler.exe parameter for ignore syntax error

Posted: Tue Jun 04, 2019 4:21 pm
by Josh
It's not just about syntax errors, /PREPROCESS should do what a preprocessor does and not anymore. Don't hope for your wish. I also urged this a long time ago, but it seems that my thread has been moved to the 'Coding Questions'.

viewtopic.php?f=13&t=62149&hilit=preprocess

The way it is, /PREPROCESS is definitely useless, even if some people think otherwise.