[dlls/dbgeng]: add initial stub dll implementation (attaching patch to e-mail)

Volodymyr Shcherbyna volodymyr at shcherbyna.com
Thu Nov 18 03:08:19 CST 2010


I forgot to attach txt file with patch, here it is.

---------- Forwarded message ----------
From: Volodymyr Shcherbyna <volodymyr at shcherbyna.com>
Date: 2010/11/17
Subject: [dlls/dbgeng]: add initial stub dll implementation
To: wine-patches at winehq.org


Hello Everyone,

This is my first patch in WINE. I hope I did not do any mistakes ...

I am trying to use several windows utilities under WINE and I've noticed
that dumpchk.exe (a utility which analyzes crash dumps generated by Windows)
does not work under WINE as it requires dbgeng.dll (Debugger Engine API) to
be implemented. I decided to implement stub version of dbgeng.dll, so that
maybe me or someone else in the future will continue developing it.

Thanks,



More information about the wine-patches mailing list