jimmy123j Posted November 3, 2020 Posted November 3, 2020 (edited) Sorry for bother, I try to use the OpenCV USD always error, and script fail on opencv startup function (dll version is 2413) I found the issue is OpenCV's dll loading fail, does anyone could help me to know why open dll fail ? both of x86 and x64 dll, even simple code for dll open to load the opencv dll Thanks !! Global $OpenCV_DLL_Load $OpenCV_DLL_Load = DllOpen("E:\Desktop\opencv\build\x86\vc12\bin\opencv_highgui2413.dll") MsgBox(0, "", $OpenCV_DLL_Load) Exit Edited November 3, 2020 by jimmy123j
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now