Skip to main content
Inspiring
October 27, 2014
Answered

Illustrator CC 2014.1 sdk sample not loadable

  • October 27, 2014
  • 1 reply
  • 483 views

Hi all,

I have build one of the SDK sample plug-ins and moved into the plug-ins folder. Illustrator tells me the plug-in is not loadable.

I used the MSVC 2012 IDE; the only change I made was the include inside the resource file: instead of including afxres.h I include windows.h.

DependencyWalker says that 3 DLL's are missing (API_MS_WIN_CORE-KERNEL32...), but this is tha same like for the CS5 plug-in, and CS5 loads it.

Has anyone build a sample plug-in and load it in CC 2014.1?

Thanks, kb_alfa

This topic has been closed for replies.
Correct answer kb_alfa

Default setting for samples was Win32; changing to x86 solved the problem.

1 reply

kb_alfaAuthorCorrect answer
Inspiring
October 27, 2014

Default setting for samples was Win32; changing to x86 solved the problem.

November 15, 2014

Changing platform to x64 solved the problem.