- eclipse出现Symbol ‘NULL’ could not be resolved
借鉴老外解决方案:顺便吐槽一下百度垃圾
:Here are the details if anybody else has this problem:
I could not clear the settings from the Entries tab, but your suggestion got me to
Project Properties > C/C++ General > Preprocessor Include Paths > Providers (tab).
with this information: "Options of global providers below can be changed in (linked->) Workspace Settings, Discovery Tab."
Clicking the link brought me to a dialog I could have reached directly with Eclipse
Menu > Window > Preferences > C/C++ > Build > Settings > Discovery (tab).
I selected "CDT GCC Built-in Compiler Settings MinGW [ Shared ]",
and pressed the Clear Entries button.
Then I pressed the Apply button (OK probably would have worked, too), and I was good to go.
Thanks again
本人借鉴:没有选择MinGW,直接选择CDT GCC Built-in Compiler Settings [ Shared ]问题解决。