Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv_world310.dll for x86

I am developing a program to work on a 32 bit machine and would like to incorporate opencv 3.1 into it. Is there a library wrapper for the x86 build that will allow me to not individually include all of the libraries into my code. The opencv_world310.dll is exactly what I want but I have only found that for the 64 bit machine. Do I need to make my own wrapper for the x86 and if so does anyone know the steps using cmake or any other tool? Thanks!