合并dll到exe文件

将DLL合并到exe中

需要用到 ILmerge.exe(600K) 软件

微软出品

下载地址:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22914587-B4AD-4EAE-87CF-B14AE6A939B0&displaylang=en

注意:语法要将exe文件放在前面

C:\Program Files (x86)\Microsoft\ILMerge>ILMerge.exe /ndebug /target:winexe /out
:e:\1\1.exe e:\1\TestDemo.ApplyQQ.exe /log e:\1\XydSoft.FrameWork.dll

posted @ 2010-10-11 14:31  双击  阅读(408)  评论(1编辑  收藏  举报