--- In [email protected], "excesspapers" <excesspap...@...> wrote: > > Interesting... > > Just to confirm, yes I can validate a 32 vs 64 bit appl. Using dumpbin will > tell me the machine=x86 or x64. Additionally I can confirm if I take a file > compiled on x64 over to the the 32-bit machine it will not run. > > I tested this on both my 32-bit and 64-bit machines. On neither machine can I > get it to work at all. > > When I run insctx4.exe and the pproctx4.dll is missing it will tell me so an > exit. But if the dll is present then I get a message that says "application > has failed to start because msvcr90.dll was not found..." followed by a > "cannot load library the specified module could not be found." error.
OK, it means that the dynamic linking of c run time library is no good. Can we link statically -- I will try to find switch? Its likely this same issue is affected the dll.
