The answer would still be no because of calling convention differences - another reason why GDC and DMD are not ABI compatible.However, if you used an extern(C) API, then that should be at least some guarantee of shared library compatibility.
How different are we on linux these days?