The Xojo-OpenCVC Windows DLLs have been updated. It turns out the ones that were posted recently were Debug builds, not release builds. That’s been fixed and it should now work.
Remember that if you’re using Windows, you need to unzip the opencv_world452.zip
file and make sure the resulting DLL is in the “externals
” folder, BEFORE you run the xojo project.
1 Like
Hi Perry,
I did take a look but did not see any VS or Xcode project files. Just the final resulting DLL…
I guess the developer must have maintained them.
Thanks,
John…
OpenCV-C is the C Wrapper for OpenCV 4.5.2. It contains Visual Studio and XCode project files and all the source code.
Xojo-OpenCVC is a Xojo project that uses OpenCV-C to provide native Xojo code for OpenCV. It only uses the DLL and Dylib generated from the OpenCV-C project.
They are different, but related projects, in different Github repositories.
2 Likes
Hi Perry,
OK, I’ll review when I have some quality focused time.
Working on several client projects with one eye towards XoJo. I need both eyes and my brain!
Appreciate,
John…
Hi Perry,
Had a chance to review (shallowly) and yes, everything one needs to understand how to structure a Windows DLL/Mac DynLib seems to be there.
Thank you so much for this gift!
Appreciate,
John…
2 Likes