On Wednesday, 9 April 2014 at 17:45:40 UTC, Byron wrote:
Link a c library with D of course
That won't work. You would need to link with c runtime. Try ldc - it compiles to coff and supports linking with msvc runtime.
On Wednesday, 9 April 2014 at 17:45:40 UTC, Byron wrote:
Link a c library with D of course
That won't work. You would need to link with c runtime. Try ldc - it compiles to coff and supports linking with msvc runtime.