digitalmars.D.dwt - tiny, tiny bug in debug mode
- "Simen Haugen" <simen norstat.no> Jun 18 2008
- Frank Benoit <keinfarbton googlemail.com> Jun 18 2008
- "Simen Haugen" <simen norstat.no> Jun 19 2008
- Frank Benoit <keinfarbton googlemail.com> Jun 19 2008
In debug mode, labels has a white background color. Also comboboxes is missing its sunken border. Everything works as expected in release mode. I'm using d 1.028, dwt-win r233 and tango r3543
Jun 18 2008
Simen Haugen schrieb:In debug mode, labels has a white background color. Also comboboxes is missing its sunken border. Everything works as expected in release mode. I'm using d 1.028, dwt-win r233 and tango r3543
do you still have the -L/su:console:5 option in your debug build?
Jun 18 2008
"Frank Benoit" <keinfarbton googlemail.com> wrote in message news:g3aejb$1j5q$1 digitalmars.com...Simen Haugen schrieb:In debug mode, labels has a white background color. Also comboboxes is missing its sunken border. Everything works as expected in release mode. I'm using d 1.028, dwt-win r233 and tango r3543
do you still have the -L/su:console:5 option in your debug build?
I never had that in my debug build. Added it now, and then it works. Why is this needed, and could this be the reason I've gotten strange crash bugs when building context menus?
Jun 19 2008
Simen Haugen schrieb:"Frank Benoit" <keinfarbton googlemail.com> wrote in message news:g3aejb$1j5q$1 digitalmars.com...Simen Haugen schrieb:In debug mode, labels has a white background color. Also comboboxes is missing its sunken border. Everything works as expected in release mode. I'm using d 1.028, dwt-win r233 and tango r3543
I never had that in my debug build. Added it now, and then it works. Why is this needed, and could this be the reason I've gotten strange crash bugs when building context menus?
I don't know what this changes. I just know i need to apply it for windows programs. I think it is not even D specific. If that can cause the crashes you see ... i have not a clue. Sorry, i can give better help here. Perhaps the MSDN can give more info. http://msdn.microsoft.com/en-us/library/fcc1zstk(VS.80).aspx
Jun 19 2008








Frank Benoit <keinfarbton googlemail.com>