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

how to build cpp project

New Here ,
Jan 19, 2021 Jan 19, 2021

Copy link to clipboard

Copied

hello

i'm c# developer and

i'm new in indesign plugin developer 

 

i have two question

1 - can i develop indesign plugin with c#

2 - how can to build cpp sample project to indesign plugin and run it

 

tanks

TOPICS
SDK

Views

197

Translate

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
Guide ,
Jan 19, 2021 Jan 19, 2021

Copy link to clipboard

Copied

On the PC, C# can access the scripting object model of InDesign via the COM interface.

 

If you got your cpp sample project from the SDK, the SDK also has a big folder "docs" - starting point is "index.html".

There you'll find the required IDE version (Xcode or Visual Studio). That docs page is followed by an exhaustive section "Getting Started".

Votes

Translate

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
New Here ,
Jan 20, 2021 Jan 20, 2021

Copy link to clipboard

Copied

tanks, docs is very useful, but

i'm downloaded SDK from adobe.com.

in source\sdksamples folder, does't exist .vcxproj file

Votes

Translate

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
Guide ,
Jan 21, 2021 Jan 21, 2021

Copy link to clipboard

Copied

LATEST

Learn about your OS' search feature. E.g.

https://superuser.com/questions/870352/finding-files-by-only-knowing-extension

 

That should take you to build/win/prj .

Votes

Translate

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