brian
brian
Hey @chi3236 , `zlib` is only needed if we are using the static libraries of OpenCV (as opposed to dynamically like `opencv_world`). Since this project uses opencv's static libraries, and...
Do you have the nuget packages installed? I know in VS17 I usually have to open the Nuget Package Manager first (Tools -> Options -> Nuget Package Manager) and then...
That is a generic error message and doesn't really give me much information Can you post the Build log produced by VS so I can see what errors are produced....
I actually had the same issue as @avestnik. I downloaded zlib1.dll online which worked fine for building for 'release' mode. However, when trying to build the project in debug mode,...