Flexicapture engine loading doesn't work. I am using c#. I have no error message.
The problem occurs while executing this instruction: int hresult = InitializeEngine(FceConfig.GetDeveloperSN(), out engine);
Here is the load method
private IEngine loadEngine()
{
IEngine engine;
int hresult = InitializeEngine(FceConfig.GetDeveloperSN(), out engine);
Marshal.ThrowExceptionForHR(hresult);
return engine;
}
Thanks
Comments
4 comments
Hi!
How does the problem that occurs while executing InitializeEngine look like?
What code does the InitializeEngine() function return?
Does the Hello code sample work?
Hi!
Reinstalling abbyy without specifying the installation path revolved the problem.
Thanks
Hi,
I've got the same problem as described above. The InitializeEngine() stops the whole application, without any information.
We're currently running on an Amazon EC2-Instance (with appropriate license). On our local machines it works without any issues.
Do you have any suggestions?
BR falsanu
Hi, Falsanu!
We need a little bit more information about your issue. Since the investigation of the issue may require the transfer of private information, please contact us via SDK_Support@abbyy.com and send us the following:
Thank you!
Please sign in to leave a comment.