Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot load openalpr.dll #2

Closed
limelect opened this issue Sep 25, 2018 · 4 comments
Closed

I cannot load openalpr.dll #2

limelect opened this issue Sep 25, 2018 · 4 comments

Comments

@limelect
Copy link

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');

@r1me
Copy link
Owner

r1me commented Sep 25, 2018

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) ?

@limelect
Copy link
Author

limelect commented Sep 26, 2018

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?

@r1me
Copy link
Owner

r1me commented Sep 26, 2018

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.

@r1me r1me closed this as completed Sep 26, 2018
@johnbh3
Copy link

johnbh3 commented May 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants