So I have a visual studio project with some external DLL files. I know about the option to build then search for the built file in debug folder. As it is right now, those external DLL files are outside of my exe file, and the exe file cannot be run if they're not in the same folder... So my question is: is there any way for me to incorporate all those external DLL files into one EXE file?
Thanks alot !