.di header imports with DLL symbols fails to link

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Mar 12 19:02:17 PST 2011


My commands to compile were:
dmd -ofmydll.dll mydll.d
dmd -o- -Hdinclude mydll.d
dmd driver.d mydll.lib -I%cd%\include


More information about the Digitalmars-d-learn mailing list