LEADTOOLS Support
Document
Document SDK Questions
Help, cannot run program in 64bit windows server 2003
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 24, 2007 10:45:25 PM(UTC)
Groups: Registered
Posts: 1
Hi everyone
I bought a LEADTOOLS Document Imaging
Suite and I want to run a program which uses leadtools ocr component in 64bit windows environment.
Part of the code is as follow:
RasterCodecs.Startup()
_codecs = New
RasterCodecs
_RasterDocument =
RasterDocumentEngine.Instance
_RasterDocument.Startup()
And I imports all 64bit .dll files and when it runs to _RasterDocument.Startup(), I get an exception:
"OCR engine initialization error, or
there is no appropriate license"
Please help!!!
Thanks a lot!
#2
Posted
:
Thursday, July 26, 2007 6:54:35 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Is this problem occuring on your development machine or is this a deployment machine?
If this is a deployment machine, make sure that you have read the help file article "Files to be Included With Your Application" which will explain all of the DLLs and files you need to deploy. Addtionally, you can test and see which DLLs are being loaded by your application at any time by using Process Explorer. This is a free program that is available from
http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.mspx. Use this program and see what DLLs load on your development machine and then see what is missing from your deployment machine.
LEADTOOLS Support
Document
Document SDK Questions
Help, cannot run program in 64bit windows server 2003
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.