Sweet success!!!!!!!!!
I first installed the VC redist but that did not help any. I then edited the
.clfiles and changed /MD to /MT in both files. Now when I run the insctx4.exe
it does not complain and I can see the registry values are correctly set.
I can also verify that context menus are now WORKING properly!!!!!
To summarize, to get this working I did the following:
1 - installed microsoft SDK onto the x64 machine
2 - in the sdk prompt ran "setenv /xp /x64" to setup the env vars to create a
x64 files
3 - edited the 2 clfiles to change /MD to /MT. Note that the insctx4.clfile had
/ML (a typo I believe) that was changed to /MT.
4 - using the sdk cmd shell compiled the dll and exe using:
cl @pproctx.clfile
cl @insctx4.clfile
5 - renamed the pproctx.dll to pproctx4.dll
6 - replaced my original powerpro.exe with the version from the pproctx.zip
file downloaded from the yahoo temp folder. Note that using the original
powerpro.exe does NOT work.
7 - killed and restarted explorer
Note that in this current setup pproctx4.dll is being used and it is in the
c:\pproctx folder for me as that is where I compiled the files.