Home > Software engineering >  Assertions debugging failure
Assertions debugging failure

Time:11-09


A similar assertion mistake how to solve

CodePudding user response:

Click retry to go in and look at the stack, you know where I went wrong

CodePudding user response:

reference 1/f, Simple, Soft reply:
click retry, check the stack, I knew something wrong

Agree with this,
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --./
nine swords dugu, thousands of Buddha, three flowers together, five gas toward the yuan!
nine swords dugu, thousands of Buddha, three flowers together, five gas toward the yuan!
nine swords dugu, thousands of Buddha, three flowers together, five gas toward the yuan!
nine swords dugu, thousands of Buddha, three flowers together, five gas toward the yuan!
nine swords dugu, thousands of Buddha, three flowers together, five gas toward the yuan!

CodePudding user response:

Assertions play window, click retry to check the stack, find your own code

CodePudding user response:

Possible problems in DDX_Radio
ASSERT (: : GetWindowLong (hWndCtrl GWL_STYLE) & amp; WS_GROUP);
This line,
The effect should be used to control GWL_STYLE should include WS_GROUP can, or you will perform error,
Estimate the control style to set contains WS_GROUP can solve,
  • Related