Hello,
I have found a strange behavior.
The search of the CW 10 found rsults in .c and .h -files, which I have deleted.
The files are completly deleted in the directory of the project.
If I call the result, I get the message:
---
Can't find a source file at "C:\wlantest\Sources\ip4\ip_app.c"
Locate the file or edit the source lookup path to include its location.
How can I fix that?
Hello
Apparently Eclipse did keep some internal references to the deleted files. Can you try the following:
- Click right on the project name in the CodeWarrior Projects View
- in the drop Down Menu select Refresh.
- Click right on the project name in the CodeWarrior Projects View again
- In the drop down menu select Index > Rebuild.
Once indexing is over, perform your search again.
CrasyCat