When I build my project in debug for 32 arch I get a .dll
file in the debug folder which is needed to run the executable, is there any way to embed the .dll
file inside the executable
statically linking I linked the libraries in the project linker/input section and added to include directories in c++ section all the header files but I still get the .dll file which I have to copy to the destination folder in order for the executable to work
link I already asked a similar question and tried statically linking the library
The only thing I noticed is that the executable is bigger, 233kb old size after linking it is 1500kb and I still get the .dll