Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » unclear messages in "problems-view"
unclear messages in "problems-view" [message #856014] Wed, 25 April 2012 09:43 Go to next message
Simon Lange is currently offline Simon LangeFriend
Messages: 5
Registered: April 2012
Junior Member
hi all,

just converted a bigger VS-project into a CDT-project. it runs ok, in the console I don't find any error-messages anymore. the dll (it is a dll-project) is built. but in the "problems-view" much error-messages appear. most of them describe unresolved methods regarding my classes. have you an idea whats going wrong here ? IMHO the methods have to be resolved to realize a successfully compiling and linking.

best regards

Simon
Re: unclear messages in "problems-view" [message #856275 is a reply to message #856014] Wed, 25 April 2012 14:20 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
These are error messages from the code analyzer. It seems your index is not correctly build.
- delete all entries from the Problem View
- select the correct toolchain in Project Properties->C/C++ Build (so Eclipse will find the system includes)
- Project context menu:Rebuild index
- run code analysis again Project context menu:Code analysis


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Export Breakpoints Wizard requires selected breakpoints rather than enabled breakpoints
Next Topic:create release upon debug config
Goto Forum:
  


Current Time: Sat Apr 27 00:28:26 GMT 2024

Powered by FUDForum. Page generated in 0.03506 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top