How to merge DLL for C++ Application

80 Views Asked by At

I have created dll project in visual studio 2022 and developed DataDecryption.dll that decrypt data using AES 256, but there are some dependency dll along with that like libcurl.dll and zlib1.dll , how can I merge these dependent dll in one ? I have tried ILMerger but It didnt work?

Can anyone help me with this problem ?

0

There are 0 best solutions below