1 | initial version |
Hello I had the same problem and found that InitializeCriticalSectionEx is used only in last versions of TBB.
Here my solutions : 1 - use a previous version of TBB 2 - replace all InitializeCriticalSectionEx by InitializeCriticalSection and remove the 2 last functions parameter in the TBB sources, then compile TBB and OpenCV, this should be ok.