Windows NT Service Pack 5

If you are a Delphi developer and have any questions about using our products from Delphi here is the place to post them.
Post Reply
Les Friesen
Posts: 1
Joined: Wed Feb 12 2003

Windows NT Service Pack 5

Post by Les Friesen »

I was having problems getting our application that uses Amyuni PDF Converter to run on Win NT SP5. Our application was calling LoadLibrary to load the file ACFPDF.DLL and it hung the processor on that call. When I removed the call, it started to run again. What is this file used for and does it load in Win NT SP5?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

This file is used internally by the driver and you don't need to load it explicitely.

If you are using the DLL interface of CDIntf you need to have Acfpdf.dll in the same folder as your application.

Have a nice day 8)
Post Reply