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!
![]() |
mode used in powerbuilder 10.5 help? |
Post Reply ![]() |
Author | |
djcamus ![]() Beginner ![]() Joined: 21 Mar 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 21 Mar 12 at 9:44PM |
I need to test this dll but I can not be unlocked from the development environment, import the support functions as global functions outside (QuickPDFDLL0813.inc) and am using this code: example long InstanceID InstanceID = QuickPDFCreateLibrary() if QuickPDFUnlockKey(InstanceID, "XXXXXXXXXXXXXXXXX") = 1 then // always return false QuickPDFDrawText(InstanceID, 100, 500, "Hello world") QuickPDFSaveToFile(InstanceID, "C:\Docs\cristian2.pdf") end if QuickPDFReleaseLibrary(InstanceID) i need your help, please!!! Edited by djcamus - 21 Mar 12 at 10:11PM |
|
![]() |
|
Wheeley ![]() Senior Member ![]() ![]() Joined: 30 Oct 05 Location: United States Status: Offline Points: 146 |
![]() ![]() ![]() ![]() ![]() |
Version 8.13 uses natively unicode DLL calls. So when you declare your external functions you need to use a suffix depending on the string type you want to use. I don't remember if the internal strings in Powerbuilder 10.5 are ascii or unicode. So if they are acsii, then you functions declarations should be:
QuickPDFCreateLibraryA QuickPDFUnlockKeyA ... Now if the internal strings are unicode the declarations are: QuickPDFCreateLibrary QuickPDFUnlockKey ... Hope this helps Wheeley |
|
![]() |
|
djcamus ![]() Beginner ![]() Joined: 21 Mar 12 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
You are the best! Thank you.
|
|
![]() |
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