-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
Do you have Microsoft Visual C++ 2015 Redistributable 32-bit installed in your system, as described in readme ? |
what has openalpr.dll to do with 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 |
I did not understand. Need visual studio installed? besides the Redistributables |
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');
The text was updated successfully, but these errors were encountered: