digitalmars.D.learn - COFF32 limitations?
- Etienne (3/3) Aug 22 2014 I'm wondering about the COFF on windows x86, if I compile a C++ library
- Kagamin (1/1) Aug 22 2014 Which linker do you plan to use?
- Etienne Cimon (2/3) Aug 22 2014 ld on linux or visual studio's link on win32
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?
Aug 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
Aug 22 2014