How to create library with exported functions

denizzzka 4denizzz at gmail.com
Fri Oct 5 01:27:13 PDT 2012


Hi!

I am make a yet another attempt to create an interface to 
PostgreSQL from the D: https://github.com/denizzzka/dpq2

I can not understand how do I compile it into a library and 
create .di headers file. Currently, "make debug" uses dmd -lib 
and creates libpq.di file, but its file contains only few strings 
from main()

Plz help!



More information about the Digitalmars-d-learn mailing list