LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Try out version Lead Tools vs Delphi 2009
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, March 11, 2009 12:02:06 AM(UTC)
Groups: Registered
Posts: 1
Hi All,
I want to test the try out version but I am not able to use the Delphi examples.
I am using Delphi 2009.
One of the errors appears on:
{$IF Defined(LTV15_CONFIG)}
//
{$ELSEIF Defined(LTV16_CONFIG)}
//
{$ELSE}
{$MESSAGE ERROR 'Vxx_CONFIG not found!' }
{$IFEND} // #if defined(LTV15_CONFIG)
in LTTyp.inc
If I comment this out the following error is on OpenFileName.lpstrTitle:= PAnsiChar(strTitle) in the mainform. (unicode problem)
I am using the DLoadSaveDemo.
Are the Lead Tools programs supported by Delphi 2009?
Are there any VCL components I can use?
Thanks.
#2
Posted
:
Thursday, March 12, 2009 2:09:16 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You should not modify our header files. Instead, you should #define the configuration you need (which is #define LTV16_CONFIG) in your own code before you #include our headers. A good place to put that is usually the Stdafx.H file.
We do not have VCL component in LEADTOOLS v16. However, you can try to use the LEADTOOLS CDLL programming interface with Delphi.
Please note that we have not tried our C DLL functions inside Delphi 2009.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: Try out version Lead Tools vs Delphi 2009
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.