双击ILMerge.exe,弹出一个黑框闪一下就没了,哪位仁兄介绍一下ILMerge是怎么用的?

解决方案 »

  1.   

    1 download ILMerge 
    2 put "ILMerge.exe" in your \WINNT directory 
    3 In VS.NET, right click project, Properties, Common Properties, Build Events 
    4 In "Post-build Event Command Line" enter: 
      ilmerge /out:$(TargetDir)YOURAPPNAME.exe $(TargetPath) $(TargetDir)YOURDLLNAME.dll 
    5 Then compile the Release version (not the debug version). 
    6 In your "bin\Release" directory, you will find a YOURAPPNAME.exe which can be run on its   own without the .dll. 
      

  2.   

    楼上的可否详细解说一下这句: 
     ilmerge /out:$(TargetDir)YOURAPPNAME.exe $(TargetPath) $(TargetDir)YOURDLLNAME.dll 
    试了几次都报错哟
      

  3.   

    怎么可以了的?可以指教下吗?
    我的是win2003的系统
    vs2005 谢谢