larger executable building with DWT-WIN

davidl davidl at 126.com
Sun Mar 2 18:41:47 PST 2008


在 Mon, 03 Mar 2008 08:04:45 +0800,yidabu <yidabu.nospam at gmail.com> 写道:

> import dwt.widgets.Display;
> import dwt.widgets.Shell;
> void main ()
> {
> 	Display display = new Display;
> 	Shell shell = new Shell(display);
> 	shell.setText = "Hello DWT World";
> 	shell.open;
> 	while (!shell.isDisposed)
> 		if (!display.readAndDispatch)
> 			display.sleep;
> 	display.dispose;
> }


how's your dwt-win built?
do you build dwt-win with -release?

-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/


More information about the Digitalmars-d-dwt mailing list