Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
DLL failing to unlock in new application |
Post Reply ![]() |
Author | |
sdumont ![]() Beginner ![]() Joined: 29 Nov 18 Location: Buffalo, NY, US Status: Offline Points: 7 |
![]() ![]() ![]() ![]() ![]() Posted: 10 Dec 18 at 6:52PM |
Hey everyone,
I'm having difficulty transferring my .dll file to a new program. It will unlock and do what I want in my existing application but when I take those .vb and .dll files and import them into a new project, it fails to unlock and does not have an error code. Here's the code I'm using, it consistently returns unlockkey of 0 and lasterrorcode of 0: Imports Programname.QuickPDFDLL0725 Public Class PDFBuilder Public QPD As PDFLibrary Public Sub New() Try Dim PDF_LIBRARY_PATH As String = Application.StartupPath & "\objects\" & "QuickPDFDLL0725.dll" Const PDF_LIC_KEY As String = "licensekey" QPD = New PDFLibrary(PDF_LIBRARY_PATH) Dim unlocked_flag As Integer = QPD.UnlockKey(PDF_LIC_KEY) MsgBox(unlocked_flag) Catch ex As Exception MsgBox(ex.ToString) End Try End Sub End Class |
|
![]() |
|
Ingo ![]() Moderator Group ![]() ![]() Joined: 29 Oct 05 Status: Offline Points: 3529 |
![]() ![]() ![]() ![]() ![]() |
does the new project/app find the QuickPDF.dll?
How are your new compile settings? These old QuickPDF.dll is a 32-bit-dll - please keep this in mind. What type of system you're using for the new project... 32- or 64 bit? |
|
Cheers,
Ingo |
|
![]() |
|
sdumont ![]() Beginner ![]() Joined: 29 Nov 18 Location: Buffalo, NY, US Status: Offline Points: 7 |
![]() ![]() ![]() ![]() ![]() |
Thanks again for your help Ingo, the problem was indeed related to the type of CPU I was compiling for. After changing it over to x86 in Visual Studio it works now!
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store