-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ILMerge operation #182
Comments
The list of modules (.exe, .dll) separated by a whitespace char to be merged with the main module in the selected EZreceiptDll2 project. For your case, only |
Thanks for your explanation! If I only write down
But I'm pretty sure my code in |
#128 |
@3F Thank you~ It works! Although I've written a Chinese post about this 1 year ago, I think it's time to write a more detailed one to promote this project :) |
Good! Nice to hear that everything works well
I am trying :) https://twitter.com/github3F/status/1343482999766200320
Thank you! This is a good article! Thanks for your interest in my projects! |
@3F |
Good! Just a few clarifications:
the Configure is the default action for 1.6.3+ thus it can be simply omitted. Other commands here. Also, some specific namespace is not required. I don't know Chinese but it was translated as
You can also point to the following important places:
And welcome if you want push some example for python, here https://github.com/3F/Examples/tree/master/DllExport/ Thanks! |
Thanks! It's helpful.
You're so patient that really use the translation tool to read my blog 😇 Ok, I understand the In my observation, the options contain only 1 namespace and other DllExport built-in namespace, even if there is more than 1 namespace in the project. Is it a bug?
No problem! The next version must attach it!
Sure, I'm still figuring out how to use Actually, there are so many programmers not familiar with English in Taiwan & China, especially those who are 40+ y.o. I hope my blog can help them to develop more powerful & secure software, even if I'm not in the desktop application development industry (cloud instead). Thank you very much! |
Wait, I meant only DllExport project. This is specific to its injection and more. While the namespaces are the common practice in many other programming languages just to isolate your space. It can be also empty to expose the feature using global namespace. And unicode support starting with 1.6.3
No. I think you don't need to change anything if you're not sure what to do with it.
Use my old example here 3F/regXwild#6 (comment)
Wish you success! |
Hi,
I'm unable to merge my dll
EZreceiptDll2.dll
withNewtonsoft.Json.dll
.Is there any detail I missed?
Here is my options:
Here is my ILMerge configuration:
(BTW, I'm not very sure what to write down in this textarea)
Information from
Data
tab:The text was updated successfully, but these errors were encountered: