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

What are the versions of Windows & Visual Studio for Acrobat SDK 9.0?

Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

I downloaded "Adobe Acrobat XI SDK for Windows" on the official website and tried to compile the sample "BasicPlugin" with VS2015 on Win7, but the generated API file is incomplete and the Output window does not prompt the PDB file generation. Then I trid again with the same IDE on Win10, it worked. Here are some screenshots:

VS2015 on Win7

3.PNG

4.PNG

VS2015 on Win10

6.PNG

7.PNG

I wanna know what caused the difference? Please do not hesitate to enlighten, thanks!!!

TOPICS
Acrobat SDK and JavaScript

Views

989

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

correct answers 1 Correct answer

Community Beginner , Oct 24, 2018 Oct 24, 2018

Thank you very much, I upgraded my OS from Win7 to Win10, it worked. Maybe my system environment has some problems, just as you said. Anyway, the api file worked at last.I really appreciate your responses,3Q!!!

Votes

Translate

Translate
Community Expert ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

Version 9 or XI?

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
Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

The application is Adeobe Acrobat XI Pro

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
Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

The application is Adeobe Acrobat XI Pro

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
Community Expert ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

Look for "Supported environments" in the documentation of the SDK.

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
Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

OK, thanks for your suggestion, I'll try.

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
LEGEND ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

Both screen shots show an API file being made, I notice. Why do you care about the PDB?

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
Community Beginner ,
Oct 23, 2018 Oct 23, 2018

Copy link to clipboard

Copied

Yeah, but the API file(46kb) can run witn the application well, while the other one(45kb) failed to install. All  configrations are the same, so I guess the API file generated by VS2015 on Win7 is uncompleted. The only difference, I noticed so far, is the PDB file information in Output window. I don't konw if I'm clear?

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
LEGEND ,
Oct 24, 2018 Oct 24, 2018

Copy link to clipboard

Copied

I understand your reasons but I think you are wrong. A plugin cannot be incomplete if it has linked. The difference may be because  is a Debug build (which makes PDB and larger files) and the other is a Release build (no PDB).

If the plugin does not load you may be missing a Microsoft VC runtime DLL. The tool DEPENDS.EXE is useful to diagnose.

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
Community Beginner ,
Oct 24, 2018 Oct 24, 2018

Copy link to clipboard

Copied

LATEST

Thank you very much, I upgraded my OS from Win7 to Win10, it worked. Maybe my system environment has some problems, just as you said. Anyway, the api file worked at last.I really appreciate your responses,3Q!!!

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