Page 1 of 1

How to package multiple dll files into a single dll file that can be called normally

Posted: Thu Mar 16, 2023 3:42 am
by efafea
a.dll callls b.dll
b.dll calls c.dll

box a.dll, add b.dll and c.dll

a_boxed.dll can't be called properly, command not found

Re: How to package multiple dll files into a single dll file that can be called normally

Posted: Thu Mar 16, 2023 11:35 am
by Enigma
Hi, EVB may not work properly with .dll files. When packing a .dll file the results could be unexpected.

You need to pack the .exe file that uses these .dlls, this is correct and stable way.