On 1/10/2012 11:44 PM, Andrej Mitrovic wrote:
std.c.windows.windows is missing *a lot* of definitions. It also doesn't provide aliases to ASCII/UTF16 functions like WindowsAPI does via the Unicode flag, so you have to explicitly use e.g. MessageBoxA/MessageBoxW instead of MessageBox. WindowsAPI is nicely modularized, and is based on existing MinGW headers.
Yes, but it's not necessarily the best place to start for someone who hasn't figured out the toolchain yet.