Cint used as a Syntax checker?

Hello

Is it possible to configure Cint as a Syntax Checker without actually executing the script ?

I am currently using cintlib in an app but I would like the option of checking the ‘C’ syntax before the user actually runs the script and then discovers errors. Is this possible ?

regards
david

Hi,

CINT cannot be run as a syntax checker. For regular C++ you could call a compiler and check for its return code - that’s as good as it gets, I’m afraid…

Chers, Axel.