April 24, 2004
if i link my d source to static/dynamic library
how to inform my programs later that
there are these or those identifiers in the library
without header files?

and how to import a dll?


April 26, 2004
"bobef" <bobef_member@pathlink.com> wrote in message news:c6e5kt$1cei$1@digitaldaemon.com...
> if i link my d source to static/dynamic library
> how to inform my programs later that
> there are these or those identifiers in the library
> without header files?
>
> and how to import a dll?

The Windows API functions are all in DLLs. See std.c.windows.windows for how to set up an import for them.