latest dwt samples with dmd snapshot 0.6.2: link errors
Frank Benoit
keinfarbton at googlemail.com
Tue Jul 15 03:10:24 PDT 2008
Digited schrieb:
> using ddbg for text editor sample:
> ...
> Unhandled Exception: EXCEPTION_ACCESS_VIOLATION(0xc0000005) at
> dwt.custom.Styled
> Text.StyledText.installListeners.__anonclass68.handleEvent.dwt.widgets.Event.Eve
>
> nt (0x0042ea59) thread(2476)
Can you please repeat the same with recompile and debug symbols enabled?
Option -g
Then there would be line numbers. The installListenersMethod is kind of
long.
When the debugger then stopps, you can use the "us" command to get a
stacktrace which is also interresting.
More information about the Digitalmars-d-dwt
mailing list