i will be writing c++ programs using codeblocks and the gcc compiler.
how do i identify the resource dlls, libraries, support files, etc, necessary to run a c++ .exe program on a pc that does not have codeblocks installed on it?
Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules