I find no "opencv_world*.lib files on OpenCV4.3

asked 2020-09-18 14:51:32 -0600

BOHICAMAN1 gravatar image

updated 2020-09-18 15:04:24 -0600

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.

edit retag flag offensive close merge delete

Comments

I recently upgraded to OpenCV 4.3.0

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)

berak gravatar imageberak ( 2020-09-19 02:05:38 -0600 )edit

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.

BOHICAMAN1 gravatar imageBOHICAMAN1 ( 2020-09-19 13:36:02 -0600 )edit