getting Win32 Messagebox to work

Adam D. Ruppe destructionator at gmail.com
Fri Oct 26 13:04:21 UTC 2018


On Friday, 26 October 2018 at 12:56:21 UTC, rikki cattermole 
wrote:
> MessageBoxA(null, cast(const(char)*)content.ptr, 
> cast(const(char)*)"Window title".ptr, 0);

Get rid of those casts, they are unnecessary.


More information about the Digitalmars-d-learn mailing list