64-bit plugin won't load
Hi,
I have a plug-in that I've compiled in 32-bit and 64-bit versions, and the 32-bit version loads fine in Photoshop 32-bit, but the x64 version fails to load in Photoshop 64-bit. I saw Jim Watters' thread about this, and added this to my .r file:
#if defined(_WIN64)
CodeWin64X86 { "PluginMainCorrect" },
#else
...
but it still fails to load. What do I do from here? I've looked around but can't see any advice on how to track down problems with plug-ins that won't load. Are there any diagnostic tools which I can use to get more information about why it won't load?
Thanks
-Matthew