Yet another effort at translating the Win32 API headers

Don Clugston dac at nospam.com.au
Tue May 16 23:27:11 PDT 2006


Serg Kovrov wrote:
> Hi Stewart,
> How it meant to be built? Currently I need to compile objects in 
> bind/win32 dir, and link against them from command line.
> Not too convenient, but maybe I missed something.
> Could you comment?
> 
> -- 
> serg.

No work has been put into packaging it yet. Here's what I've done:
I have a directory c:\dlibs on my root, and I've put win32 into it.
I've added the c:\dlibs directory to my path, and replaced 
std.c.windows.windows with the following:
------------
module std.c.windows.windows;

import win32.windows;
-----------
If you use functions that aren't in the import libs supplied with DMD, 
you'll need to obtain recent import libs from Microsoft (eg, by 
downloading the 2005 SDK) and run coffimplib on them.



More information about the Digitalmars-d-announce mailing list