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!
Powerbasic10 |
Post Reply |
Author | |
paobe
Beginner Joined: 19 Oct 20 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 19 Oct 20 at 2:31AM |
Using powerbasic10 with dll library. Making a call to DPLGetFormFieldTitle keeps crashing, any sample code with powerbasic10 calling functions that return WSTRING would be apppreciated.
|
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Paobe :)
i fear you'll won't find any pb-sources here in the samples section. I think the prob depends on QuickPDF take and give strings in unicode format. If pb aren't able to deal with unicode it won't work at all... Cheers and welcome here, Ingo |
|
Cheers,
Ingo |
|
mLipok
Senior Member Joined: 23 Apr 14 Location: Poland, Zabrze Status: Offline Points: 453 |
Post Options
Thanks(0)
|
Maybe you can check this:
https://www.debenu.com/docs/pdf_library_reference/SetAnsiMode.php |
|
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600 |
|
paobe
Beginner Joined: 19 Oct 20 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
PB does support Unicode (i.e WSTRING), I even tried versions of functions that support non-unicode with the same failure, see below declares:
DECLARE FUNCTION DPLGetFormFieldTitle LIB "DebenuPDFLibraryDLL1811.dll" ALIAS "DPLGetFormFieldTitle" ( _ BYVAL iInstanceID AS LONG, BYVAL iIndex AS LONG) AS WSTRING DECLARE FUNCTION DPLGetFormFieldTitle LIB "DebenuPDFLibraryDLL1811.dll" ALIAS "DPLGetFormFieldTitleA" ( _ BYVAL iInstanceID AS LONG, BYVAL iIndex AS LONG) AS string |
|
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