Edit control messages through Comctl32 v6 module

Nikolay Sivov bunglehead at gmail.com
Tue Dec 15 07:10:28 CST 2009


Manually you should copy dll to exe directory.

To update manifest I used:
- 'mt -manifest DLL.dll.manifest -hashupdate' - update required cause 
your binary could differ obviously;
- embed manifest to dll with 'mt -manifest DLL.dll.manifest 
-outputresource:DLL.dll;2'
    2 means resource id for DLL (1 for exe)

Public token has a dummy value but it's ok, it doesn't work without it 
if I don't miss something.

P.S. hope nobody will be angry receiving attachment from this list 
today, it's rather tiny.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20091215/ff20ffee/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: V6_Redirect.zip
Type: application/octet-stream
Size: 13510 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20091215/ff20ffee/attachment-0001.obj>


More information about the wine-devel mailing list