06-11-2008, 15:31
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,223
|
Re: LBitmap.Load returns error -2041
|
 
 
|
|
|
This error means "ltfil dll not loaded". Did you load LEADTOOLS library DLLs at run-time to your application using the LSettings::LoadLibraries function? If not, please try to add this code to your application:
L_INT nRet = LSettings::LoadLibraries(LT_KRN | LT_FIL);
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|