• Cocoon
    Cocoon
    ciVic
    Posts: 45 from 2013/6/2
    Hi all,

    to keep it short, this crashes my app immediately after I close the request:

    app = ApplicationObject,End;
    fr = (struct FileRequester *)MUI_AllocAslRequest(ASL_FileRequest, frtags);
    MUI_AslRequest(fr, NULL);


    And this works:


    fr = (struct FileRequester *)MUI_AllocAslRequest(ASL_FileRequest, frtags);
    MUI_AslRequest(fr, NULL);
    app = ApplicationObject,End;


    This is only a short example. I have a fully running app where I'm not able to show a requester trying many examples. I also tried AllocAslRequest and AslRequest, same result.

    MorphOS 3.8 on PowerBook 5,9. Thx!
  • »14.06.15 - 17:36
    Profile