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?