Please vote on std.datetime
Jonathan M Davis
jmdavisProg at gmx.com
Fri Dec 10 01:32:56 PST 2010
On Friday 10 December 2010 01:21:46 Rainer Schuetze wrote:
> Isn't
>
> pragma(lib, "advapi32.lib");
>
> supposed to take care of these implicite link dependencies?
Quite possibly. I don't really know anything about pragmas in D. If nothing
else, while I don't use anything other than dmd for D, I generally shy from
pragmas in all languages because they're not portable between compilers. But if
that's the correct way to handle it for std.datetime, then perhaps that's what I
should do. I'd have to know more about it though before I did it.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list