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, May 17, 2006 3:15:39 AM(UTC)
vikas_kohli82

Groups: Registered
Posts: 14


Hi,

I am developing application using Lead tools 13 and VC++. I had added include & lib folders in project settings.
After that, I had also added following declarations in stdafx.h

#include "ClassLib\ltWrappr.h"
#include "ltocr.h"

I have written only 4-5 line in button click event:
    L_HOCR m_LeadOcr = NULL;
    L_INT          nRet;
    BITMAPHANDLE   LEADBitmap;

    nRet = L_LoadBitmap ("D:\\Projects\\EI-ReEngg\\iPreCode\\path\\input\\Job201\\batch23\\Job0010101.tif",&LEADBitmap,0,ORDER_BGR,NULL,NULL);

And it is giving following errors:


Error    1    error LNK2019: unresolved
external symbol _L_LoadBitmap@24 referenced in function "public: void
__thiscall CLEADdemo3Dlg::OnBnClickedButton1(void)"
(?OnBnClickedButton1@CLEADdemo3Dlg@@QAEXXZ)    LEADdemo3Dlg.obj   


Error    2    fatal error LNK1120: 1
unresolved externals   
D:\VikasVC\LEADdemo3\Debug\LEADdemo3.exe    1   

Please advice ASAP.

Thanks In Advance
Vikas Kohli
 

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 : Sunday, May 21, 2006 1:26:00 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

This is probably a LIB file issue.  Try including the LIB file
ltfil_n.lib to your application.  This is in the "...\LEADTOOLS\LIB" folder on your machine.

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