When building with Visual C++, I noticed that a simple executable helloworld.exe
(displaying a WinAPI MessageBox
) can be shipped to any computer using Windows XP, Vista, 7, 8, 10, and will run without any third-party dll or redistribuable packages.
Now that I'm moving to CodeBlocks + GCC, will the same be true? i.e. will a simple executable displaying a WinAPI MessageBox
be able to run on all Win XP, Vista, 7, 8, 10 without any other packages needed, specific to GCC ?