A gentle critque..
Jarrett Billingsley
kb3ctd2 at yahoo.com
Tue May 16 20:21:36 PDT 2006
"Ben Cooley" <Ben_member at pathlink.com> wrote in message
news:e4dv0t$e18$1 at digitaldaemon.com...
> Right. My mistake then.
>
> I knew that you could link with Windows libs, but I didn't know that you
> could
> actually code to a reasonably current version of the Windows API.
And hey, if none of the existing Windows headers have a really new API
function, you can always look it up on MSDN, and put in the external
declaration yourself, like
extern(Windows) void SomeNewAPIFunc(char* lpszoifoiweoriworijName);
(I hate Hungarian notation)
Or, if the linker won't accept that, you can always.. _persuade_ it.
More information about the Digitalmars-d
mailing list