Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv x86 stdcall

Hey, today i tried to install opencv 3.20 on my Windows computer. After i linked every necessary lib into my test project, everything was fine. Afterwards I wanted to link the libraries to my main project which has the calling convention stdcall. In this project i get several linking errors. "unresolved external symbols" So i thought i just have to compile opencv with the stdcall convention instead of cdecl. But when i compile opencv with the calling convention stdcall, i get several compiler errors. Maybe someone has a solution for me.