Ask Your Question

arkeon's profile - activity

2016-06-27 01:21:45 -0600 received badge  Nice Answer (source)
2013-12-10 12:59:33 -0600 received badge  Teacher (source)
2013-03-28 08:49:51 -0600 received badge  Necromancer (source)
2013-03-07 14:33:28 -0600 answered a question opencv_createsamples.exe entry point problem with XP

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.