1

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 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?

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

4 Comments

MFC is a Microsoft C++ library for writing GUIs (like Qt but horrible). If you are using Qt then deselect any MFC settings in the compiler properties
How can I do what did you say? please help me , really I did not know how to do it? thank you,thank you.
properties->general->use of MFC and make sure it says using standard windows libraries.
sorry but there is no ( properties ) in Qtcreator. sorry.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.