How to run the OpenCVBlobsLib library compilation in Microsoft Visual Studio 2013 (works in earlier versions)
How to run the OpenCVBlobsLib library compilation in Microsoft Visual Studio 2013 (works in earlier versions)
Step by step (I put this tutorial in github issues but it was closed)
C:\pthreads.hWin32
(I created this folder) Pre-built.2
, pthreads.2
, QueueUserAPCEx
. Pre-built.2
had 3 subfolders: Lib
(2 subfolders: x64 with libpthreadGC2.a (Extension .a) and pthreadVC2.lib, x86 I do not use) and dll
, include with 3 .h. include
folder to Additional include directories(MVS)
. lib
to Additional include directories
. pthreadVC2.lib
into the lib folder pragma warning (disable: 4996) // Esta função ou variável pode ser inseguro
Release / x64
and I clicked on BUILD - >> Build Solution
C:\Users\<nomeDoSeuUsuario>\Documents\Visual Studio 2013\Projects\cvBlobsLib\x64\Release
You will find the cvBlobsLib.lib library with 11,554 KB. You can download the result here: link