Hi Antonio,
Possible regression with iup 3.22?
With 3.20, the code below run clean:
IupDestroy(dlg);
/* Restore DLG_MAIN */
dlg = IupGetHandle("DLG_MAIN");
if (dlg != NULL) {
IupSetAttribute(dlg, "PLACEMENT", "NORMAL");
IupShow(dlg); // <----- with 3.22 crash
}
But with 3.22, crash with violation access.
Thank you.
Ranier
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users