I’m trying to convert a 32bit TortoiseSVN-plugin (an IBugTraqProvider implementation) we’ve written so that It will work on TortoiseSVN x64; but I’m struggling with what I need to change to make it work. Are there any specific tools that would help or does anyone know what types of things would need to be changed (references/IBugTraqProvider?)
I’m trying to convert a 32bit TortoiseSVN-plugin (an IBugTraqProvider implementation) we’ve written so that
Share
All you need to do is to compile it for x64, and of course register it as an x64 dll (i.e., creating the registry entries in the x64 part of the registry).
You could check out Gurtle and see how it’s done there.