Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, July 1, 2013 7:57:30 AM(UTC)

kbailey  
kbailey

Groups: Registered
Posts: 5


I am using V18 with Rad Studio XE2. I cannot find the declaration of L_ConvertToDIB in the uses\win32 folder. It is ltkrn.h in the include folder, but not in ltkrn.pas.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, July 3, 2013 5:58:25 AM(UTC)

Daoud  
Daoud

Groups: Registered
Posts: 256


The solution is to add the following declaration in Ltkrn_F.pas:
=============
Function L_ConvertToDIB(
pBitmap: pBITMAPHANDLE;
uType: L_UINT) : L_HDIB;stdcall;External LTKRNU_DLL;
=============
For the Win32 files, you must add the following declaration to [LEADTOOLS 18 Folder]\Uses\Win32\Ltkrn_F.Pas

For the x64 files, you should add the same declaration to [LEADTOOLS 18 Folder]\Uses\x64\Ltkrn_F.Pas. Add this:
==============
Function L_ConvertToDIB(
pBitmap: pBITMAPHANDLE;
uType: L_UINT) : L_HDIB;stdcall;External LTKRNX_DLL;
==============

Please contact support@leadtools.com so that we will send you the updated files when they are ready.

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.059 seconds.