Quote Originally Posted by itCbitC View Post
Usually load modules don't run on a host other than the one on which they are compiled due to differences in architecture, compilers, assemblers, shared libs, etc. So the wise thing would be to copy the source to the target machine, and compile it over there instead of copying the load module and hoping it'd work.
this statement is completely incorrect in the Windows world. see iMalc's comment.