Skip to main content
Known Participant
July 6, 2023
Question

How to run the sample project from Adobe Illustrator 2023 SDK in Windows Operating system

  • July 6, 2023
  • 1 reply
  • 206 views

Hi all,

          How can I run the sample project from Adobe Illustrator 2023 SDK in Windows Operating system with 64 bit architecture.

Can anyone provide the steps for this.

Can someone please help!

This topic has been closed for replies.

1 reply

Community Expert
July 7, 2023

Hi @RASHMI27093105mst7,

As I explained in the other post of yours you need to copy the aip file produced from building your project to the Ilustrator's Plugins folder. You can do this manually or via Post build setting from within Visual Studio. Then you can debug the plugin in two ways.

  • Launch Illustrator manually and the use the "Attach To Process" option from Visual Studio and attach to the Illustrator.exe process
  • Set the Command path to the Illustrator.exe path. It can be accessed via Project > Properties > Configuration Properties > Debugging > Command(The path may vary, I am writing this based on some internet search). The run the debugger of Visual Studio, it will launch Illustrator and attach the debugger to it

-Manan

-Manan