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!
C++ header files for iSED dll |
Post Reply |
Author | |
Almi
Beginner Joined: 02 Nov 05 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 02 Nov 05 at 9:36AM |
Does anybody have header files for C++ for iSED? |
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi Almi!
I've "googeled" a bit ... and i've found an old forum-post where somebody have the same problems with QuickPDF. Perhpas this could help you, too. Try this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_getprocaddress.asp You basically call LoadLibrary passing in the dll path. Then call GetProcAddress for the function pointers you want to use. |
|
Cheers,
Ingo |
|
Stephen0838
Beginner Joined: 06 Dec 05 Location: United States Status: Offline Points: 3 |
Post Options
Thanks(0)
|
I have built a wrapper class in vc++6 that loads the DLL, Registers the reg code and has the commands I use using the load libary function. a small sample of the code is below. First create a data type for each command argument the syntax is typdef return value (CALLBACK* type name)(input values); typedef long (CALLBACK* ISED_Oint_PTR)(); class CSECiSEDDLL private: }; Now code the class remember that the commands in the DLL are all prefaced with iSED //start wrapper CSECiSEDDLL::~CSECiSEDDLL() void CSECiSEDDLL::Unlock() void CSECiSEDDLL::Init() UnlockKey = (ISED_Oint_Ichar_PTR)GetProcAddress(DLL_Handle,"iSEDUnlockKey");
To use declare an instance of the wrapper and use the commands CSECiSEDDLL ISED; |
|
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