Shell Extension on 64 bit
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How to handle shell extensions for 64 bit pc? -- modified at 5:40 Friday 10th March, 2006
-
How to handle shell extensions for 64 bit pc? -- modified at 5:40 Friday 10th March, 2006
Mostly recompile your 32-bit shell extension DLL to Win64 (making sure you eliminate all warnings). Crank up the warning level and enable /Wp64 to ensure you eliminate all 64-bit related problems. Registering the DLL is slightly tougher, so you are recommended to use a setup package to do it for you (I heard that Inno setup was upgraded to support Win64).