Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

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

Community Beginner ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

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!

TOPICS
SDK

Views

134
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Jul 06, 2023 Jul 06, 2023

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines