Re: findstr doesn't always find
- From: Matthias Tacke <Matthias@xxxxxxxx>
- Date: Mon, 26 Feb 2007 18:49:50 +0100
jkwold wrote:
I'm converting 300+ MSVC6 projects to VS2005 and fighting with .def....
files (hooray for APIs and customers !) and the changes in mangled
names (particularly for CString :-) -- I've been depending on findstr
for much of the analysis, and just today found a case where the search
string wasn't always found. The string in question is:
?Initialize@CYpsBrowseIncludeDataDlg@@QAEXW4BrowseType@1@AAV?
$CStringT@GV?$StrTraitMFC_DLL@GV?$ChTraitsCRT@G@ATL@@
Thoughts ?
Strange, AFAIK findstr uses regex mode by default. Several $ signs to
anchor at line end aren't valid.
Did you try with /L and if necessary /I switches ?
HTH
Matthias
.
- Follow-Ups:
- Re: findstr doesn't always find
- From: jkwold
- Re: findstr doesn't always find
- References:
- findstr doesn't always find
- From: jkwold
- findstr doesn't always find
- Prev by Date: findstr doesn't always find
- Next by Date: Re: findstr doesn't always find
- Previous by thread: findstr doesn't always find
- Next by thread: Re: findstr doesn't always find
- Index(es):
Relevant Pages
|
Loading