deploying my programs to a different windows pc

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?

thanks for your time

jerry
check out http://www.dependencywalker.com/

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
Topic archived. No new replies allowed.