Linking C and D

Michael pr at m1xa.com
Wed Feb 27 11:02:38 PST 2013


With Dmd you can use dmc directly.

Second way is: you can compile your code as dll library and then 
create import library with implib utility for win32, for win64 a 
import library can be used directly.

First way works good, but I prefer second one.
Both approaches for win32 and win64 works good enough and stable.


More information about the Digitalmars-d-learn mailing list