ILMerge merges multiple DLL files and ilmerge merges dll files.

Source: Internet
Author: User

ILMerge merges multiple DLL files and ilmerge merges dll files.
Preface

If your project needs to provide multiple dll files for use by others, you may wish to merge your dll files into one file to make others look concise and reference the files.

This article is relatively small, but it is more practical.

Download microsoft's auxiliary tool ILMerge

Imerge: https://www.microsoft.com/en-us/download/details.aspx? Id = 17630

The download is complete, just like the next step.

Merge multiple Dll files

Scenario: Drive C has two dll types: C: \ A. dll and C: \ B. dll.

Result: merged to C: \ C. dll.

Specific operations:

First, the path for installing ILMerge to disk C is: C: \ Program Files (x86) \ Microsoft \ ILMerge

1. cd C: \ Program Files (x86) \ Microsoft \ ILMerge

2. ILmerge/ndebug/target: dll/out: C: \ C. dll/log C: \ A. dll C: \ B. dll

3. My day is so simple. It's just a drop.

4. The/log: log.txtcommand writes logs generated in the process to the log.txt file. Out: merge. dll: the output file. AnalysisLibrary. dll USBClassLibrary. dll is the source file. Multiple source files are separated by spaces.

Interface-based management tools

1,: http://ilmergegui.codeplex.com/releases/view/617003

2. Download the installed Interface

3. The operation is very simple. Let's take a look.

Summary

I have been busy recently, but I still don't want to raise my salary. I don't feel steadfast if I don't write more blogs. No way. Just share your blog on the short point. I hope it will be useful to you. If you are developing or using it, you are welcome to join the two groups in the upper left corner.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.