Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » C++ shared object library update issue?
C++ shared object library update issue? [message #1423964] Mon, 15 September 2014 08:49 Go to next message
Gerard Verhaag is currently offline Gerard VerhaagFriend
Messages: 1
Registered: September 2014
Junior Member
Hi,

I'm having trouble with editing my C++ code when updating a shared library.

I added several new methods to my classes in the library, but when using this library in another project the code in that project keeps popping up the annoying message:

Method mymethod could not be resolved


when using these new methods, while the code compiles without problems!

Any hint on how to solve this issue?

Regards,
Gerard
Re: C++ shared object library update issue? [message #1692807 is a reply to message #1423964] Sun, 19 April 2015 10:31 Go to previous message
Moritz Aleithe is currently offline Moritz AleitheFriend
Messages: 16
Registered: April 2015
Junior Member
I'm currently facing the very same issue here using Kepler and cdt. The classes from the .so file are found, and the methods and public fields are even in the Auto completion proposals. Only in the editor eclipse says "Method 'foo' could not be found". I am still able to compile and run the project. I already tried cleaning the project, as well as deleting and re-creating the project.

Has anyone some hints about solving this issue?

Live long and prosper Wink
Previous Topic:Comparing Objects from different Heaps of same process
Next Topic:Eclipse crash
Goto Forum:
  


Current Time: Wed Apr 24 15:40:40 GMT 2024

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

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

Back to the top