I enter following search string in Keil uVision4 dialog:
_expectedRequestMessageLength
It doesn't find all instances of this string. From "Find In Files" output windows, it looks like it found all instances but some of the instances are displayed as %s(percent s). Double clicking on %s doesn't do anything.
If I do "Find" instead of "Find in Files", then clicking "Find Next" takes me to all instances of the searched string.
The following lines weren't found by "Find in Files" _expectedRequestMessageLength = 0; /* line 245 */ _expectedRequestMessageLength = 0; /* line 261 */ if (_expectedRequestMessageLength <= 0) /* line 298 */
All instances of the string that were found are in the middle of lines.
Please advise!
Thank you!
uVision V4.54.0.0 Yes, problem occurs every time. Source Browser window doesn't open. I cannot go to defintion of symbols. This project was created by someone else. It doesn't compile. No, I have contacted Keil Support.
I think I"ll talk to the person who created this project. Maybe they fixed it.
Thank you very much!
this is fixed in 4.7x (probably also in earlier versions).