The information in this article applies to:
SYMPTOMSIf you enter a 20 or 21 character search string, CodeView displays the message "No match of regular expression" even when the search string exists in the file. If the search string is 22 characters or longer, CodeView displays the message "Regular expression too long." CAUSE
CodeView versions 2.2 and 2.3 and CodeView version 2.1 for Windows can
search for strings up to 19 characters long by choosing Find from the
Search menu. This limit is in place even though the edit control in
the dialog box accepts many more than 19 characters of text. If you
type a string longer than 19 characters, one of two error messages
results.
RESOLUTIONEven though 19 characters can be limiting at times, CodeView performs substring searches such that the following search expression: AFunctionWithAVeryLfinds the following string: AFunctionWithAVeryLongNameProblems occur only when the code contains two functions with similar names and you want to find only one function and not the other, such as the following: AFunctionWithAVeryLongName()In this case, CodeView does not allow you to specify a search string long enough to distinguish between the two function names. However, you can use the Next command on the search menu to find subsequent occurrences of the following string: AFunctionWithAVeryLThe Next command finds whichever of the two function names above occurs next in the source code. Additional query words: kbinf 2.20 3.00 3.50 4.00 4.10
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |