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

Issues related to Enigma Virtual Box
Post Reply
efafea
Posts: 1
Joined: Thu Mar 16, 2023 3:13 am

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

Post 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
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

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

Post 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.
Post Reply