Answer the question
In order to leave comments, you need to log in
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
Maybe this will work: Build a Visual Studio project into a single file using...
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(...
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 questionAsk a Question
731 491 924 answers to any question