I can't believe no one is explaining this simply on the internet. I have a very simple C++ project I want to show to my friend. The only library I included is is
. Most of the solutions I saw said things about changing your library to a static library which kept my program from compiling in the first place. I don't mind the program increasing in size and automatically including the library, and I can't find the option to compile a release version.
Bottom line, I want to send a perfectly working .exe file to my friend.
Thanks in advance.