Previous | Next | (P-PDF) Forms & FDF
Topic: Installation of ActivePDF Toolkit fails
Conf: (P-PDF) Forms & FDF, Msg: 27324
From: TSULLIVAN
Date: 9/18/2001 04:11 AM
Patrick,
I'm assuming you ran our (activePDF's) installer?? If not then you may be having a DLL inconsistency issue.
The following DLL's are required (and versions we know work ):
MFC42.DLL 6.0.8665.0
MSVCRT.DLL 6.1.8293.0
MSVCP60.DLL 6.0.8168.0
ATL.DLL 3.0.8449.0
(Note that the next version will not require the MFC libraries and the number of dependencies will drop to just a couple of files)
http://www.activepdf.com
Tim
On 9/17/2001 6:16:00 AM, PatrickDom wrote:
>Hi,
>
>My company is running the
>Active PDF Toolkit on two
>servers. I tried to install
>it on a third server last
>weekend.
>
>When I tried to install the
>toolkit, the registering
>application did not work.
>This was because the
>MSVCP60.dll was not present on
>the server on which I was
>installing. After copying the
>dll from a server where it was
>present, this problem was
>solved. I could open the .apr
>-file and the toolkit license
>was registered.
>Then the installation
>procedure gave a remark about
>the msvcrt.dll being
>read-only. I allowed the
>procedure to change this by
>answering yes. So far so
>good. But finally, the
>activeX components did not
>manage to self-register:
>
>The installation procedure
>gave the following error :
>"Following files did not
>self-register:
>C:\Winnt\System32\APToolkit.oc
>x
>The Operating System cannot
>run %1
>C:\Winnt\System32\APTDB.dll
>The Operatin System cannot run
>%1"
>
>When I tried to register these
>APToolkit components manually,
>the result was
>"Loadlibrary("c:\Winnt\System3
>2\APToolkit.ocx") failed.
>Last error was 0x000000b6.
>
>I looked up the error in the
>MSDN and it stated that this
>has something to do with dlls
>of C++. So I believe that our
>server misses some C++ dlls.
>Has anybody had this
>experience before?
>
>All help is very welcome!