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 : Wednesday, March 11, 2009 12:02:06 AM(UTC)
PeterHer

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.
 

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 : Thursday, March 12, 2009 2:09:16 AM(UTC)

Adnan Ismail  
Guest

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.

 
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.066 seconds.