digitalmars.D.dwt - dwtx program crashed with recent svn
- yidabu (23/23) Sep 09 2008 I updated dwt-win and dwt-addons to trunk today, try to re build some dw...
- Frank Benoit (2/30) Sep 10 2008 thx, it is fixed now.
I updated dwt-win and dwt-addons to trunk today, try to re build some dwtx based programs via dmd, all programs crashed immediately after click on the app.exe. Environment: dwt-win.lib and dwtx.lib by dsss 0.75, dmd 1.033 ddbg captured: Unhandled D Exception (tango.core.Exception.IOException "<console> :: The handle is invalid.") at KERNEL32.dll (0x7c812a5b) thread(196) ->us ->q tried to build jface example: dwt-samples\jface>dmd ActionAndStatusbar.d D:\d\dwt-samples \dwt.res -L/SUBSYSTEM:console:5 -JD:\d\dwt-addons\res\ -JD:\d\dmd\src\dwt-samples\res tango-user-dmd.lib tango-base-dmd.lib tango-win32-dmd.lib -g -debug -version=TANGOSVN dwt-samples\jface>ActionAndStatusbar implementation missing in file dwtx\dwtxhelper\Collection.d line 2283 exiting ... -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D ÓïÑÔ-ÖÐÎÄ(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
Sep 09 2008
yidabu schrieb:I updated dwt-win and dwt-addons to trunk today, try to re build some dwtx based programs via dmd, all programs crashed immediately after click on the app.exe. Environment: dwt-win.lib and dwtx.lib by dsss 0.75, dmd 1.033 ddbg captured: Unhandled D Exception (tango.core.Exception.IOException "<console> :: The handle is invalid.") at KERNEL32.dll (0x7c812a5b) thread(196) ->us ->q tried to build jface example: dwt-samples\jface>dmd ActionAndStatusbar.d D:\d\dwt-samples \dwt.res -L/SUBSYSTEM:console:5 -JD:\d\dwt-addons\res\ -JD:\d\dmd\src\dwt-samples\res tango-user-dmd.lib tango-base-dmd.lib tango-win32-dmd.lib -g -debug -version=TANGOSVN dwt-samples\jface>ActionAndStatusbar implementation missing in file dwtx\dwtxhelper\Collection.d line 2283 exiting ...thx, it is fixed now.
Sep 10 2008