Skip to content

Detect and fix parsing errors

Günter Wirth edited this page May 23, 2014 · 21 revisions

TBD guwirth

To get meaningful results there should be no syntax errors in your code. This page contains a step-by-step instruction how to find and fix these kind of problems.

Typical problems are:

Missing preprocessor definitions

Missing include paths

Missing support of compiler specific extensions

Incomplete support of C++ specification

Clone this wiki locally