www.digitalmars.com         C & C++   DMDScript  

D - how to make a library?

reply bobef <bobef_member pathlink.com> writes:
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?
Apr 24 2004
parent "Walter" <newshound digitalmars.com> writes:
"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.
Apr 26 2004