Answer the question
In order to leave comments, you need to log in
How to embed dll file into exe?
Hey! I am a beginner C++ developer. I work on Visual Studio 2017. I want to use a non-standard library in my program, the static option disappears. I wonder if it is possible to somehow embed a dll file into an exe so as not to carry it around with me everywhere?
Answer the question
In order to leave comments, you need to log in
Browsers have a console, what is displayed in it when sending?
It is easy to implement - as a resource.
Downloading later is more difficult.
But also solved.
https://github.com/fancycode/MemoryModule
You can use some kind of portability that will "turn" the program with .dll, .ini, etc. into one executable file, which, when launched, will actually pull out these files, perhaps write something to the registry, and clean up after itself after completion ....
But is the game worth the candle?
Read about static libraries and include files, dll consists of them, but they are compiled into the source file, and not with it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question