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:09:02 AM(UTC)
Groups: Registered
Posts: 4
Hello I`m new with your SDK so I`m sorry if questions sounds stupid.
I am just trying to test your SDK but I am having several problems:
I am working with Borland´s Codegear C++ 2007, and first of all I am trying to make some C examples work but I get a linking error:
[ILINK32 Error] Error: 'C:\ARCHIVOS DE PROGRAMA\LEAD TECHNOLOGIES\LEADTOOLS 17\LIB\CDLL\WIN32\LTDOC_U.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
Does it mean that you libraries only work onVisual Studio?
Thanks in advance.
#2
Posted
:
Sunday, December 5, 2010 6:46:12 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
With Borland Builder compilers, you should use the Lib files that end with _bu.lib not the _u.lib.
This means the .LIB you're using (such as LTDOC_U.LIB) is for MS Visual C. You should use Ltdoc_bu.lib with Borland compilers.
#3
Posted
:
Wednesday, December 8, 2010 10:24:40 PM(UTC)
Groups: Registered
Posts: 4
Great! thanks for your response!
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.