This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: C++ symbols cannot be resolved in static library project

Part Number: CODECOMPOSER

Hi,

We have a CCS project that is a static library. This library is used by the main application project we also have in the same workspace.

The static library project uses some references to NULL and std::nothrow_t that cannot be resolved, presumably due to the lack of a runtime support library in the static library project properties.

Is there any way to get rid of these errors?