Hot Door CORE Forum
compiling for CC (2015/ v19) - Printable Version

+- Hot Door CORE Forum (http://hotdoorcore.com/forum)
+-- Forum: All forums (http://hotdoorcore.com/forum/forumdisplay.php?fid=1)
+--- Forum: General discussion (http://hotdoorcore.com/forum/forumdisplay.php?fid=3)
+--- Thread: compiling for CC (2015/ v19) (/showthread.php?tid=99)



compiling for CC (2015/ v19) - Rick Johnson - 08-27-2016

When I compile and run a project for AI CC 2015 (v19 Mac) I get an error from AI that it doesn't like my plugin and wants to run in Safe Mode. The best I can determine is that it happens in setting up a callback routine, but the error lands outside of my source code in hdicallback.h in the execute() method. Are there obvious (but not to me) things I should check that are different from CS6? -- TIA Rick


RE: compiling for CC (2015/ v19) - garrett - 08-30-2016

(08-27-2016, 10:26 PM)Rick Johnson Wrote: When I compile and run a project for AI CC 2015 (v19 Mac) I get an error from AI that it doesn't like my plugin and wants to run in Safe Mode. The best I can determine is that it happens in setting up a callback routine, but the error lands outside of my source code in hdicallback.h in the execute() method. Are there obvious (but not to me) things I should check that are different from CS6?

Something must be going awry in your plugin setup, startup, or post-startup. A bad memory access, an exception being thrown, etc. If you're confident it's something with the Callback class, double-check that the target object exists/is valid and the target member function exists/is valid.

There's really nothing special about any particular version of Illustrator, with regards to plugin startup.