How to package multiple dll files into a single dll file that can be called normally
Posted: Thu Mar 16, 2023 3:42 am
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
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