Why does this work?

Jarrett Billingsley jarrett.billingsley at gmail.com
Sat Jan 24 17:53:35 PST 2009


On Sat, Jan 24, 2009 at 8:38 PM, Mike L. <mike.linford at gmail.com> wrote:
>
> Thanks for your response. Could you tell me what the compiler is linking to that contains GetEnvironmentStringsA() (and others) and how the compiler knows to do this?
>

It's in either user32 or kernel32, and I think DMD always links
against them (since virtually every program on Windows needs to).


More information about the Digitalmars-d-learn mailing list