Closed mikefechner closed 6 years ago
This code
// { Test/SCL2124/dsAdressverbindungView.i }
will cause an error, when that include file is not there. So it appears, that Proparse tries to parse the include file though it's in a single-line comment:
ok, that is fixed by letting the preprocessor know we're actually working in a comment section so it does not try to parse include files
This code
will cause an error, when that include file is not there. So it appears, that Proparse tries to parse the include file though it's in a single-line comment: