Menu

Debugger options error

2009-11-29
2013-04-20
  • Nobody/Anonymous

    Hi Japheth,

    please check options **-Zi** and **-Zd** in the last version (201), because they throw error: "General Failure"

    thanks

    regards

    habran

     
  • Nobody/Anonymous

    Should be fixed now. Thanks!

    japheth

     
  • Nobody/Anonymous

    It works fine now, thanks

    habran

     
  • Nobody/Anonymous

    Hi Japheth, again!

    sorry to bother you but your example "Win64_3e.asm" has a bug and hangs in system after the window is destroyed because of: 
    .if (rcx == WM_DESTROY)

    it should be:
    .if (edx == WM_DESTROY)

    best regards

    habran

     
  • Nobody/Anonymous

    Thanks! I'll fix this ( occurs also in Win64_2.asm  and Win64_3.asm). All Win64 samples are untested because I have no Win64 OS installed.

    japheth

     

Log in to post a comment.