Is it possible to embed an external CLI/C++ DLL into a MFC EXE as a embedded resource or something like that? My application currently connects to DLL sitting right beside i
You could try using Enigma Virtual Box. This will pack DLLs into an EXE so that LoadLibrary "just works". Of course, if it's a C++/CLI DLL then you'll still need the .NET framework installed.