Thread overview
COFF32 limitations?
Aug 22, 2014
Etienne
Aug 22, 2014
Kagamin
Aug 22, 2014
Etienne Cimon
August 22, 2014
I'm wondering about the COFF on windows x86, if I compile a C++ library in Mingw (gcc 4.9), using the new extern(C++, a.b.c) will I be able to statically link it through DMD?
August 22, 2014
Which linker do you plan to use?
August 22, 2014
On 2014-08-22 13:55, Kagamin wrote:
> Which linker do you plan to use?

ld on linux or visual studio's link on win32