This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, December 3, 2010 2:12:18 AM(UTC)
Groups: Registered
Posts: 4
Hi! I am a C++ developer and I work under Borland´s Codegear 2007. I have spent several hours searching for pure C examples, just to make your SDK work, but all I've found are Visual Studio C++ examples.
Could you please give us a pure C example?
Thanks in advance
#2
Posted
:
Sunday, December 5, 2010 4:30:06 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Most of our toolkits can be used with different versions of Borland C++ builder. Which toolkit exactly (Raster, Vector, Multimedia, etc.) and version (15, 16, 17, etc.) are you using?
#3
Posted
:
Wednesday, December 8, 2010 10:24:03 PM(UTC)
Groups: Registered
Posts: 4
Hi! thanks for answering.
I am using version 17 and trying to make a Document an Imaging example, an OCR example. Is this info useful or do you need anythig more especific?
#4
Posted
:
Thursday, December 9, 2010 6:05:25 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
We don't have Borland C++ demo projects, but the syntax for our C++ functions for both MS Visual C++ and Borland C++ compilers is the same. You should be able to use the C++ examples to create your own C++ Builder application with ease.
Please note that you need to use the LIB files that end with _bu.lib not _u.lib for Borland compilers.
This means for example, instead of Ltkrn_u.lib, use Ltkrn_bu.lib.
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.