❔ Embed and Self-Extract C++ DLL in a CSharp Library

Hello, I'm trying to embed a C++ DLL into my C# library to allow for single file publishing without distributing the C++ DLL along side the final application. (That is, any application using this library) I also don't want to require an initialize function to extract the C++ DLL, which could be forgotten and is a bit annoying for users. Is there a way either extract the DLLs when the parent application starts or else, a way to have them self-extract automatically at runtime?
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.