Help with Win32: PostQuitMessage(0) doesn't post WM_QUIT apparently, because the message loop is not exited.

Mike Parker aldacron at gmail.com
Sat Aug 14 02:16:02 UTC 2021


On Friday, 13 August 2021 at 21:36:35 UTC, Ruby The Roobster 
wrote:

>
> Thank you very much.  The program runs successfully now.

You've got another potential issue you should be aware of. You've 
name a member of your `Skeleton` as `init`. This may cause issues 
at some point, as every type in D has a default `init` property, 
even structs. You shouldn't use that name in any type you define.


More information about the Digitalmars-d-learn mailing list