<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Manually you should copy dll to exe directory.<br>
<br>
To update manifest I used:<br>
- 'mt -manifest DLL.dll.manifest -hashupdate' - update required cause
your binary could differ obviously;<br>
- embed manifest to dll with 'mt -manifest DLL.dll.manifest
-outputresource:DLL.dll;2'<br>
&nbsp;&nbsp; 2 means resource id for DLL (1 for exe)<br>
<br>
Public token has a dummy value but it's ok, it doesn't work without it
if I don't miss something.<br>
<br>
P.S. hope nobody will be angry receiving attachment from this list
today, it's rather tiny.<br>
<big><big><span style="font-size: 8pt;"></span></big></big>
</body>
</html>