This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil uVision4 dialog doesn't find all instances of a string

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!

Parents
  • 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!

Reply
  • 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!

Children