K
K
Kaktys_DH2020-11-20 13:17:32
C++ / C#
Kaktys_DH, 2020-11-20 13:17:32

All libraries that I use for my program will be in .exe?

If, when creating my program, I download and include libraries, and then compile the program in .exe, will all these libraries be in .exe?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-11-20
@firedragon

How to set it up :)
See static and dynamic linking, a separate trick is COM, that is, if you call Excel from your application, for example.

A
Alexander Ananiev, 2020-11-20
@SaNNy32

If the libraries are linked to the executable file statically, then yes, if dynamically, then no.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question