LEADTOOLS Support
Document
Document SDK Questions
Error testing OCR-Application on Computer without Leadtools SDK
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, June 11, 2008 1:17:56 AM(UTC)
Groups: Registered
Posts: 11
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
#2
Posted
:
Wednesday, June 11, 2008 4:46:37 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
#3
Posted
:
Thursday, June 12, 2008 2:19:50 AM(UTC)
Groups: Registered
Posts: 11
LEADTOOLS Support
Document
Document SDK Questions
Error testing OCR-Application on Computer without Leadtools SDK
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.