This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, July 19, 2005 8:46:05 AM(UTC)
Groups: Registered
Posts: 2
My OS is XP and I am using Builder v6 Ent with Leadtools Raster Imaging 13.
I start a new app in Builder and drop the LEADImage component(VCL) on the form. I click build and I get 184 errors.
Here are just the first few:
[Linker Error] Unresolved external 'L_GetBitmapRgnHandle' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_GetDisplayMode' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_SetDisplayMode' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_CreatePaintPalette' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_SetPaintContrast' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_SetPaintIntensity' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
[Linker Error] Unresolved external 'L_SetPaintGamma' referenced from C:\PROGRAM FILES\LEAD TECHNOLOGIES, INC\LEADTOOLS\LIB\VCL\BUILDER6\LT13B6MN.LIB|..\Common\LEADVCL.PAS
Why is this happening. I'm sure it's something that I'm missing, but what?
Thanks
#2
Posted
:
Sunday, July 31, 2005 11:34:16 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
To solve the linker errors, you need to add the following .LIB files to
your project. They can be found in the LEADTOOLS13\LIB directory:
Ltdis_bc.lib
Ltdlg_bc.lib
Ltefx_bc.lib
Ltfil_bc.lib
Ltimg_bc.lib
Ltkrn_bc.lib
Lttwn_bc.lib
Ltisi_bc.lib
Lttmb_bc.lib
Ltlst_bc.lib
Ltscr_bc.lib
Ltdic_bc.lib
Ltann_bc.lib
LtSgm_bc.lib
This is mentioned in the help topic "Installing VCL".
Amin Dodin
LEADTOOLS Technical Support
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
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.