Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Error testing OCR-Application on Computer without Leadtools SDK
Started by riggson at 06-11-2008 6:22. Topic has 2 replies.

Print Search « Previous Thread Next Thread »
  06-11-2008, 6:22
riggson is not online. Last active: 5/27/2008 11:23:02 AM riggson

Top 500 Posts
Joined on 05-23-2008
Posts 11
Error testing OCR-Application on Computer without Leadtools SDK
Reply Quote
Hi,

I am using the Leadtools Imaging Suite v15 with Visual Basic.Net.

I wrote a little test application to check out the some functions. The application runs fine on the develop machine with the installed SDK. So i tried to run the application on a blank Windows machine without the SDK. But the application shut down with a windows error message like "MyTestApplication has encountered a problem". No .Net error message. The same error on two different machines.

All the used Leadtoos.*.dll are in the application folder. I have also tried to copy the files which where listed under "Files To Be Included With Your Application" in the "Getting Started with LEADTOOLS" manual:

msvcr80.dll
msvcp80.dll
Microsoft.VC80.CRT.manifest
mfc80u.dll
Microsoft.VC80.MFC.manifest
MFC80ENU.dll
Microsoft.VC80.MFCLOC.manifest

But still the same error. Can anybody help me?

Thanks
Riggson


   Report 
  06-11-2008, 9:51
Yasir Alani is not online. Last active: 11/16/2008 11:29:23 AM Yasir Alani



Top 10 Posts
Joined on 02-05-2007
Posts 311
Re: Error testing OCR-Application on Computer without Leadtools SDK
Reply Quote

Did you deploy the OCR engine? To do that, you must copy the entire LEADTOOLS15\Bin\Common\OCR folder to the deployment machine, and then use its path in your code to set the RasterDocumentEngine.EnginePath Property before initializing the engine using the RasterDocumentEngine.Startup Method.


Yasir Alani
LEADTOOLS Technical Support
support@leadtools.com
   Report 
  06-12-2008, 7:24
riggson is not online. Last active: 5/27/2008 11:23:02 AM riggson

Top 500 Posts
Joined on 05-23-2008
Posts 11
Re: Error testing OCR-Application on Computer without Leadtools SDK
Reply Quote
It works! Thank you.

   Report 
Post
LEAD Support Fo... » Developer » OCR » Re: Error testing OCR-Application on Computer without Leadtools SDK

Powered by Community Server, by Telligent Systems