I'm using the Qt subsystem.
Does anyone have any idea why I'd get an IMA on the second line? I thought IsMenu() was supposed to check the menu is valid.
Code: Select all
If IsMenu(popupMenus())
FreeMenu(popupMenus())
EndIf
Code: Select all
If IsMenu(popupMenus())
FreeMenu(popupMenus())
EndIf
"Could not convert argument 0 at"
"%entry@:1"
"Passing incompatible arguments to C++ functions from JavaScript is dangerous and deprecated."
"This will throw a JavaScript TypeError in future releases of Qt!"