Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » unclear messages in "problems-view"
unclear messages in "problems-view" [message #856014] Wed, 25 April 2012 05:43 Go to next message
Eclipse UserFriend
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 10:20 Go to previous message
Eclipse UserFriend
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
Previous Topic:Export Breakpoints Wizard requires selected breakpoints rather than enabled breakpoints
Next Topic:create release upon debug config
Goto Forum:
  


Current Time: Sat Jun 21 04:58:13 EDT 2025

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

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

Back to the top