Updated by Kirill Kornyakov almost 12 years ago

The possible solution is to create a small dll for windows static build that exports TLS keys and calls @cv::deleteThreadAllocData()@ cv::deleteThreadAllocData() and @cv::deleteThreadRNGData()@ cv::deleteThreadRNGData() in @DllMain()@. DllMain().

Back