Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 872 Bytes

adobe-plugins.md

File metadata and controls

21 lines (16 loc) · 872 Bytes

Adobe Illustrator plugins development tips and tricks

Requirements

-Build Windows desktop applications using the Microsoft C++ toolset, ATL, or MFC. feature (in VS 2017).

  • VC++ MFC support installed for Visual Studio.
  • Windows SDK (currently 10)
  • Resharper for C++

Tips and tricks

  • make sure you build 64-bit executables, otherwise you will get Error loading plugins error message in Illustrator.

Useful resources

Open-source plugins

Troubleshooting problems with loading plugins