I'm wondering how to make a release build that includes all necessary DLL files into the .exe so the program can be run on a non-development machine without having to install the Microsoft redistributable on the target machine.
Without doing this you get the error message that the application configuration is not correct and to reinstall.