- I have developed a plugin with Qt 4.8 UI in Visual Studio 2010 which works perfect on win32 platform.
- I understand, to run a plugin with 64 bit AI, we need to compile the plugin with x64 configuration in Visual Studio.
- Qt 4 + Qt VS addin are incompatible for 64 bit configuration in Visual Studio !!!!!!
- Qt 5 do not support QWinWidget !!!
How do I make my 32 bit plugin to run with 64 bit AI ?
Any option other than interprocess communication ??
How do generally developers do stuff for so many variants of Illustrator ?