R
R
rosty2018-12-30 23:15:03
JavaScript
rosty, 2018-12-30 23:15:03

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

4 answer(s)
C
Cyber_bober, 2016-03-19
@Cyber_bober

Browsers have a console, what is displayed in it when sending?

V
Victor Vakhturov, 2019-12-31
@xxx3Vxxx

It is easy to implement - as a resource.
Downloading later is more difficult.
But also solved.
https://github.com/fancycode/MemoryModule

D
d-stream, 2019-12-31
@d-stream

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?

L
Legebocker, 2019-12-31
@EnDeRJaY

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 question

Ask a Question

731 491 924 answers to any question