Print Page | Close Window

vb6 dll

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=2128
Printed Date: 20 May 25 at 6:19AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: vb6 dll
Posted By: rnw
Subject: vb6 dll
Date Posted: 01 Feb 12 at 8:57PM
Does vb6 only have the activeX library or is there a dll library for vb6 once you purchase Quick PDF.  I am having a problem with distributing a vb6 program using the demo version of Quick PDF - getting the error - ActiveX component can't create object. 



Replies:
Posted By: Wheeley
Date Posted: 01 Feb 12 at 10:35PM
There is a non-ActiveX DLL for QuickPDF and it should be in the demo package. Maybe your problem is you are distributing the wrong DLL.Double check you are using the one from the ActiveX directory.

Wheeley


Posted By: AndrewC
Date Posted: 02 Feb 12 at 7:15AM
Using the ActiveX is the only easy option for using QPL with VB6.  

After you copy the DLL to another machine then then you need to register it  with regsvr32 quickpdfax0813.dll  - on Vista and Win7 you need to do this from a Commnd Prompt (DOS) that has been started using 'Run As Administrator' - otherwise it won't register correctly.

Once it is registerd you should be able to use your app and the ActiveX without any problems.

If you have the DEMO then you need to remember that the licence key is only valid for 30 days.  This limit will not stop the registering of the DLL but most functions in the DLL will not work without a valid license key.




Posted By: darkv
Date Posted: 02 Feb 12 at 8:08AM
Using LoadLibrary allows using the dll without registering (except if the loadlib first invocation registers in background)

The only constraint is to know where the dll is stored


-------------
z Dark side is there ...



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk