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

how to Create new plugin project using VC++

Explorer ,
Apr 16, 2022 Apr 16, 2022

Hi,

I reffered SDK document still confusions. 

I'm developing new plugin using VC++, I need to setup project configurations and project creation want to know.

How to create a project and how to include headers.

 

Can you please help on this. How to start.

 

[Moved to the Acrobat SDK forum]

TOPICS
Acrobat SDK and JavaScript
439
Translate
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
LEGEND ,
Apr 16, 2022 Apr 16, 2022

Acrobat plug-in I assume?? Start with one of the sample plug-in projects. The configuration is complicated, and this takes care of most things; nobody has documented how to do it otherwise. There is also the plug-in wizard if that still works.

Translate
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
Explorer ,
Apr 16, 2022 Apr 16, 2022

Thanks for supporting!

 

If I take one of sample plugin projects, Those projects are not working for mfc, How to change for mfc configuration settings.

 

 

Translate
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
LEGEND ,
Apr 17, 2022 Apr 17, 2022
LATEST

I think you'll find it much less troublesome to code in native C or C++. I think there used to be an MFC sample. Getting the MFC hooks into the Acrobat event model sounds awkward.

Translate
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