[Bug 22883] implement dbghelp.SymMatchStringA/W (needed by "Debugging Tools for Windows")

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 26 15:40:24 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22883


Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr




--- Comment #1 from Eric Pouech <eric.pouech at orange.fr>  2010-05-26 15:40:24 ---
an alternative (and likely preferable) solution would be to embed into Wine a
unicode RE library:
- this would allow finishing moving all string management code to unicode in
dbghelp
- it would also solve the issue about not being able to compile dbghelp on
windows because of the lack of RE lib (esp. with MSVC)

for example, TRE seems to be a reasonable choice (and its interface being
posix, it should be easy to integrate)

A+

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list