Hi Scuri,
Tested with Iup 3.23, and all worked fine.
This bug gone away.

Thank you.

Ranier Vilela
________________________________________
De: Ranier VF <[email protected]>
Enviado: quarta-feira, 14 de junho de 2017 00:48
Para: IUP discussion list.
Assunto: Possible regression with iup 3.22?

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

Reply via email to