[Solved] What’s the best way to make DLL size as small as possible?
As every other person mentioned, you can use compiler options to reduce your size. At first, try to tweak these options for better result. These options normally affect size of your code. But if you have a lot of resources in your EXE/DLL, you will not see much difference. If you really need a small … Read more