Awesomium D wrappers/bindings

David d at dav1d.de
Wed Jan 2 03:22:46 PST 2013


Am 02.01.2013 08:48, schrieb evilrat:
> arrays initialized with nulls right? anyway just setting only first
> symbol in text field(it's wchar[4]) is enough.
> 

Not wchar arrays:

import std.stdio;

void main() {
	writefln("0x%x", wchar.init);	
}

this prints: 0xffff


More information about the Digitalmars-d-announce mailing list