I find no "opencv_world*.lib files on OpenCV4.3
I recently upgraded to OpenCV 4.3.0. I am writing a new "Property Page" to Visual Studio 2019 to use with C++. However, I con not find any opencv_world.lib , or opencv_world.dll files in the OpenCV folder. Has it been deleted or what? B.
what did you do, exactly ?
(if you're trying to build from src, it probably will not generate a "world" lib, but seperate module libs by default)
I loaded it to Windows with the.exe installer file. I guess I'll need to figure out which individual .lib/dll files I will need. Thanks! At lease it's a start.