L
L
littleguga2015-02-01 02:26:22
C++ / C#
littleguga, 2015-02-01 02:26:22

How to compile a project into a single .exe file?

Hello, I use Visual Studio 2008. A third-party .dll library is connected to the project, can I somehow compile the entire project so that everything is one .exe file? Thanks in advance for your reply!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladislav Shcherbakov, 2015-02-01
@littleguga

Maybe this will work: Build a Visual Studio project into a single file using...

V
Vladimir Martyanov, 2015-02-01
@vilgeforce

There is a suspicion that if you yourself did not collect the DLL from the sources, it will not work. DLL - dynamic lib, there is also *.lib - static lib. And it is they that allow you to add code from them to executable files. Although, there may be solutions for .NET, there is its own "magic" with the DLL ...

https://msdn.microsoft.com/en-us/library/3bka19x4(...

A
Andrey Shirepin, 2015-02-02
@Shirepa

If the project has a third-party dll, then without it it will not be possible to launch the project with one executable.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question