Gtk or Windows?

Em 13/06/2017 21:48, "Ranier VF" <ranier_...@hotmail.com> escreveu:

> 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
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
------------------------------------------------------------------------------
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
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to