Error: memory could not read

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35772
    xueyoo
    Participant

    hi Alpha support Team

    We used the Alpha skin into our program. when we send 'WM_QUIT' message to program, program did not quit and 'memory could not read' error dialog appear.

    In source code: sSkinManager, Screen.Forms.Handle occur one exception. then program shows 'Cannot create form, No MDI forms are currently active'.

    sSkinManager code:

    CM_ACTIVATE : begin // Solving a problem in Report Builder dialogs and similar windows

    for i := Screen.FormCount – 1 downto 0 do SendAMessage(Screen.Forms.Handle, AC_INVALIDATE);

    end;

    could you please help us check this bug in your side and fix it?

    thanks

    Gdev team

    #46684
    Support
    Keymaster

    Hello!

    I have tried to emulate this situation in a test application, but no success unfortunately, no error there.

    Could you help me to create a test-app with error? Is it possible?

    #50633
    xueyoo
    Participant

    Thanks Alpha Team

    I have fix this problem, it not caused by Alpha.

    thanks for your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.