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. This would explain why it is not loading but the google search I did does not help me fix the problem. Note that I am using the microsoft SDK to do the building, not visual C++ express. This is because you have a clfile and not a project file. > > Good luck. > > BTW, dumb question, but is there a utility you use to confirm that the built > dll and now exe are actually 64 bit programs? >
