Adobe Acrobat plugins are not displaying.
Copy link to clipboard
Copied
Hi.
I'm developed Acrobat plugin using C++,. It was generating .Api file I'm able to see the functinalities in my system.
I'm using Adobe acrobat pro dc -32 bit. Path: C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\plug_ins
plugin name I'm able to see in my system, But I given same Api to another sytem with same configuration the developed plugin unable to see. can you please suggest what and changes need my visualstudio or anything
Copy link to clipboard
Copied
1. Check that it is the same 32-bit/64-bit install. You will probably want to build both.
2. Check for DLL dependencies. The Microsoft tool DEPENDS.EXE is useful for that.
3. Check that the installed Acrobat is licensed, and is not running as Reader. Reader will not load your plug-in. Look at the title bar to see if it says "Reader".
Copy link to clipboard
Copied
1)The user pc installed in Acrobat 32 only, Its a licensed Acrobat-32bit, running is also acrobat only.
2)How to check Dll dependncies, how to and where to load depend.exe properties.
Copy link to clipboard
Copied
Dependency walker. http://www.dependencywalker.com

