Programming with windows api (windows.h)

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 17 09:24:29 PST 2012


On 12/17/12, monarch_dodra <monarchdodra at gmail.com> wrote:
> Am I doing it wrong, or are is the amount of ported windows
> interface currently limited...

std.c.windows.windows is a very thin layer around the API. There are
better bindings here:
http://dsource.org/projects/bindings/wiki/WindowsApi

> Kinda lost here (The fact that I'm also new to windows
> programming doesn't help...) :)

Take a look here, there are many examples of WinAPI programming:
https://github.com/AndrejMitrovic/DWinProgramming


More information about the Digitalmars-d-learn mailing list