expanding phobos

Lionello Lunesu lionello at lunesu.remove.com
Wed Jul 12 21:24:31 PDT 2006


Have you seen
http://www.dsource.org/projects/core32 ?

There's no need to change phobos. Just make sure DMD can find the .d and 
.lib files, and you can import the files, as you would #include the headers 
in C.

L.

"llee" <llee_member at pathlink.com> wrote in message 
news:e93peo$2e84$1 at digitaldaemon.com...
> I'm trying to access the following functions:
> GetKeyboardState () and SetTimer ()
> Neither of these functions are defined within phobos.
> Trying to access these functions using std.c.windows.windows fails.
> I tried searching Dsource.org to extend the libraries that come with
> the standard D implementation. On the site I only found D file wrappers
> replacing C header files. The problem is that many of these files depend 
> on
> others. Tracking these down in turn is proving tedious. Since I might have 
> to do
> this often, I'm asking for help.
> Specifically I'm wondering if there is a way to update phobos itself.
>
>
> 





More information about the Digitalmars-d mailing list