C#调用C++DLL函数,运行到此函数
[DllImportAttribute(LocateFace, EntryPoint = "KthIdentifyFace")]
private static extern Int32 Kth_IdentifyFace(Int32 hIdentify, Int32 hWatchList, Int32 hImage, out SFacePos pFacePosition, SSearchDate pSearchDate, out SProperties Properties, ref SResultList pResultList);引发类型为“System.ExecutionEngineException”的异常。
![]()