10 Replies Latest reply: Feb 26, 2010 12:15 AM by ChromeUser RSS

    Plugin cannot be loaded for a certain computer

    ChromeUser Community Member

      My plugin compiled with Acrobat SDK 8 by vs2005 and ReaderEnabled it.

      I test it for some machine for the same Reader(V9.3),all these are OK.

      But there is a certain machine can not load my plugin.

      How to resolve this problem?

       

      OS:Windows XP SP3 Chinese Simplified

      "Use only certified plug-ins" is not selected.

      The plugin is release version.

      The plugin's extension is "api" and installed the right path.

      Not pressed SHIFT key

       

      Following is my project setting(release):

       

      /O2 /Ot /I "C:\Program Files\Adobe\Acrobat 8 SDK\Version 2\PluginSupport\Headers\SDK" /I "C:\Program Files\Adobe\Acrobat 8 SDK\Version 2\PluginSupport\Headers\API" /I "C:\Program Files\Adobe\Acrobat 8 SDK\Version 2\PluginSupport\Headers\ADM" /I "../../Include/BJCAEseal" /I "../../Include/CxImage" /I "../../Windows_X86_32/BJCAEseal" /D "_AFXDLL" /D "NDEBUG" /D "WIN_PLATFORM" /D "WIN32" /D "_WINDOWS" /D "WIN_ENV" /D "ACRO_SDK_LEVEL=0x00080000" /D "BCA_OS_WIN32" /D "PROJECT_PINGAN" /D "_VC80_UPGRADE=0x0710" /D "_WINDLL" /FD /EHsc /MD /GS- /Fp"./Release/BJCAEseal.pch" /Fo"./Release/" /Fd".\PITemplate.pdb" /W3 /nologo /c /TP /errorReport:prompt

       

      additonal option:

       

      /D READER_PLUGIN

      /D ACRO_SDK_LEVEL=0x00080000

      /D PLUGIN=1

      /D ACRO_SDK_PLUGIN_SAMPLE=1

       

      /D _CRT_SECURE_NO_DEPRECATE

       

       

      Update:

      After i installed Acrobat 9 and uninstalled Acrobat 9,it can be loaded.

      So, what's the reason of this problem?