Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
ssanthu@adobeforums.com #1
PlugIn not loading Acrobat 8
Hi,
We migrated old version(Ver 7) plug in to Version 8 using 8 SDK libraries and VS2005.On development box it's working fine according to our requirements, but the same plug in file is copied to plug_ins folder of other machine having acrobat 8 but the plug in is not loading.
please give some solution.
Thanks
ssanthu@adobeforums.com Guest
-
Acrobat 7 plugin not working in Acrobat 8
Hi, I have developped a plugin that run correctly in Acrobat 7. But if I use it in Acrobat 8 some fucntions are not working. Are there... -
anybody interested in maintaining acrobat plugin for use of itextwithin acrobat?
Hi, Is anybody interested in hosting and maintaining the sourcecode of a acrobat plugin to extend acrobat using itext? A few years ago I wrote a... -
Does Acrobat Browser plugin allow full Adobe Acrobat 7.0 functionality
Hello, currently I’m starting a new project. I have to design and implement a document retrieval system. The document format is PDF. The... -
Web plugin for Acrobat 6.0
In Acrobat 5.0 whenever I clicked a pdf online it fired up Acrobat and away we went. However, in Acrobat 6.0 this doesnt happen for some reason,... -
since adding the RAW plugin, loading a jpg freezes PS 7.01
Since incstalling the RAW plugin, whenever I attempt to load a .jpg file which has not been previously saved in PhotoShop, PhotoShop 7.01 will freeze... -
Bernd Alheit #2
Re: PlugIn not loading Acrobat 8
Did you compile your code in debug or release mode?
Bernd Alheit Guest
-
ssanthu@adobeforums.com #3
Re: PlugIn not loading Acrobat 8
Compiled in debug and release mode.
But i took the release version to copy to other machine.
First step is to make work in other system having acrobat professional edition..
Then our final goal is to distrubute this PlugIn to external users.
Users may use any edition like professional ,reader or standard.
After completion of first step then we will do reader enable.
Both(debug and release) are working fine in development machine having Acobat 8 and VS2008.
Thanks,
ssanthu@adobeforums.com Guest
-
Bernd Alheit #4
Re: PlugIn not loading Acrobat 8
Use the Dependency Walker ( <http://www.dependencywalker.com/> ) to check all necessary DLLs.
Bernd Alheit Guest
-
malkyt8@adobeforums.com #5
Re: PlugIn not loading Acrobat 8
Hi,
The common cause of this is your release build still containing a debug or similar flag that requires the .NET frameworks to be installed.
Using the dependency walker described above should allow you to narrow down what is causing the problem and then you can hopefully remove it from the project.
Cheers
Malky
malkyt8@adobeforums.com Guest
-
ssanthu@adobeforums.com #6
Re: PlugIn not loading Acrobat 8
I will try ...
Thank you very much
ssanthu@adobeforums.com Guest
-
ssanthu@adobeforums.com #7
Re: PlugIn not loading Acrobat 8
Hi,
Found MFC80D.DLL,MSVCR80D.DLL AND MSVCP80D.DLL
In relese mode PlugIn file, but i didn't added those.
Please tell what to do next? i mean how to remove those dlls from PlugIn file(.api)
Thanks in advance.
ssanthu@adobeforums.com Guest
-
Bernd Alheit #8
Re: PlugIn not loading Acrobat 8
You must compile and bind your code in release mode.
Bernd Alheit Guest
-
ssanthu@adobeforums.com #9
Re: PlugIn not loading Acrobat 8
Yes i Rebuild the project with release mode in VS2005 and opened .api file in dependecywalker , but still those dll's are presenting
ssanthu@adobeforums.com Guest
-
ssanthu@adobeforums.com #10
Re: PlugIn not loading Acrobat 8
Bernd,
Now I removed those dll's ..
Then i will try to test..
Thanks you very much for your help..
ssanthu@adobeforums.com Guest
-
malkyt8@adobeforums.com #11
Re: PlugIn not loading Acrobat 8
HI,
It looks to me like those dll are DEBUG dll's that means that even though you are choosing release mode, some setting in your project is still including the Debug versions of the DLL's.
To solve this you need to check your release settings and make sure that all the settings are valid for a release project.
Cheers
Malky
malkyt8@adobeforums.com Guest



Reply With Quote

