开发者

Error when using Qt, VC++ and OpenCV library

开发者 https://www.devze.com 2023-03-10 05:30 出处:网络
I have this error in Qt when useing it with VC++ code and opencv library. SXS: Invalid parameter(s) passed to FindActCtxSection*()

I have this error in Qt when useing it with VC++ code and opencv library.

SXS: Invalid parameter(s) passed to FindActCtxSection*()
   dwFlags = 0x00000001
   ReturnedData = 0022AAFC
      ->cbSize = 0
SXS: Invalid parameter(s) passed开发者_Python百科 to FindActCtxSection*()
   dwFlags = 0x00000001
   ReturnedData = 0022AAFC
      ->cbSize = 0
SXS: Invalid parameter(s) passed to FindActCtxSection*()
   dwFlags = 0x00000001
   ReturnedData = 0022AAFC
      ->cbSize = 0
SXS: Invalid parameter(s) passed to FindActCtxSection*()
   dwFlags = 0x00000001
   ReturnedData = 0022AAFC
      ->cbSize = 0

I googled it and found something related to DLL but I did not understand anything. Could someone please explain it?


You are using Qt and Opencv?
This looks like an MFC bug

0

精彩评论

暂无评论...
验证码 换一张
取 消