简体   繁体   中英

CodeLite displays non-existent errors (wxWidgets)

I created template wxwidgets application in CodeLite and it builds fine, but CodeLite shows errors like this in text editor:

内置函数'__rdtsc'的定义

This error is not one, also exists error in #include <wx/settings.h> : unknown type name 'class' .

The second error lets me understand that CodeLite is looking for C errors, but code on C++ .

Is there a solution or should I ignore this errors?

You can turn that shit off in Plugins -> Language Server -> Settings , but it really seems to work better and better every time, but still the red arrows gouge out the eyes.

Here is the official link: https://wiki.codelite.org/pmwiki.php/Main/LanguageServer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM