Hello,
I am using Code::Blocks for C++ programming (MinGW compiler) on a Win10 PC.
When I succesfully compile a program an .exe-file is created. I can then run this exe-file also directly from the windows-console, without using Code::Blocks.
I did expect that this file can then also be run on any other PC, in particular a windows-PC. However, this seems not to be the case, some .dll is obviously missing.
How can I create a portable .exe-file?
Best regards
fribir