hello all,
I build a c++ project using OCRTesseract: I obtain an excecution error when calling the ocr->run(…) function. the error is related to ntdll.dll:
> | ntdll.dll!RtlReportCriticalFailure() | Inconnu |
---|---|---|
ntdll.dll!RtlpHeapHandleError() | Inconnu | |
ntdll.dll!RtlpHpHeapHandleError() | Inconnu | |
ntdll.dll!RtlpLogHeapFailure() | Inconnu | |
ntdll.dll!RtlpFreeHeapInternal() | Inconnu | |
ntdll.dll!RtlFreeHeap() | Inconnu | |
ucrtbase.dll!_free_base() | Inconnu | |
tesseract52.dll!00007ffc7408d5c5() | Inconnu | |
tesseract52.dll!00007ffc7408df60() | Inconnu | |
tesseract52.dll!00007ffc741dccf5() | Inconnu | |
tesseract52.dll!00007ffc741d52be() | Inconnu | |
tesseract52.dll!00007ffc741dbff7() | Inconnu | |
QtCameraOpenCVUDP.exe!00007ff7230e632e() | Inconnu |
Has anybody an Idea where to search. I use opencv_world460.lib;opencv_text460.lib;opencv_dnn460.lib;tesseract52.lib for the linking step. It execute well until the ocr->run (my code similar to the text/samples/end_to_end_recognition.cpp exemple of module_contrib). And as it’s a ntdll.dll error I suspect a misconfigured debug option in visualstudio 2022.
If you understand my problem