r1me / TOpenALPR

Delphi binding for OpenALPR - Automatic License Plate Recognition library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I cannot load openalpr.dll

limelect opened this issue · comments

I cannot load openalpr.dll
I have all dll necessary. Even full path ,cannot load
Delphi 10.2.1 32 bits !
if not InitOpenAlprLib then
raise Exception.Create('Unable to load ' + libopenalpr + ' library');

Do you have Microsoft Visual C++ 2015 Redistributable 32-bit installed in your system, as described in readme ?
If so, what's the error code (checked with GetLastError) ?

what has openalpr.dll to do with C++ 2015 ?
dose it need any dll's ?
I have free Visual Studio 14.0,12,11
if so can i know which further dll needed
Other wise it is unusable.
Can you make openalpr.dll independent of c++ 2015?

Redistributables are required to be installed in the system, like with any other Visual C++ project. I can't make it independent from it, since openalpr for Windows can be compiled only with Visual Studio, as long as I know. Let me know if you are still experiencing issues in loading openalpr with redistributables installed, but provide GetLastError result as requested and I will kindly reopen the issue.

I did not understand. Need visual studio installed? besides the Redistributables