Plugin with Qt UI with 64 bit Illustrator
- have developed plugin qt 4.8 ui in visual studio 2010 works perfect on win32 platform.
- understand, run plugin 64 bit ai, need compile plugin x64 configuration in visual studio.
- qt 4 + qt vs addin incompatible 64 bit configuration in visual studio !!!!!!
- qt 5 not support qwinwidget !!!
how make 32 bit plugin run 64 bit ai ?
any option other interprocess communication ??
how developers stuff many variants of illustrator ?
- to run in 64-bit, you'll need compile & build use plugin in 64-bit. includes qt , plugin.
- we don't use qt vs add-in, try using qmake system; generates project , uic & moc stuff when project created.
- qt5 problem illustrator development, 1 gets solved.
- interprocess communication? i'm not sure you're talking about.
- we used build single plugin run in range of illustrator versions, since cs6 came out, we've been forced build seperate plugin binary every version & architecture combination (e.g.,32-bit cs6, 64-bit cs6, 32-bit cc, 64-bit cc) want support. we're hoping @ point can go building 1 plugin cs6+ far doesn't seem possible. we're hoping tha 32-bit gets dropped because 32-bit waste of everyone's time @ point
More discussions in Illustrator SDK
adobe
Comments
Post a Comment