Search found 1 match

by efafea
Thu Mar 16, 2023 3:42 am
Forum: Enigma Virtual Box x86/x64
Topic: How to package multiple dll files into a single dll file that can be called normally
Replies: 1
Views: 7117

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

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