Making a DLL with a static library dependency

Phil Deets pjdeets2 at gmail.com
Mon Dec 14 21:56:12 PST 2009


(D 2.033) I'm porting a DLL to D. The DLL depends on a static library, but  
when I put the library name on the command-line, dmd does not output any  
DLL file. If I remove the library name from the command-line, dmd gives  
linker errors and outputs an invalid DLL. How do I make a DLL with a  
static library dependency?


More information about the Digitalmars-d-learn mailing list