www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - COFF32 limitations?

reply Etienne <etcimon gmail.com> writes:
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
parent reply "Kagamin" <spam here.lot> writes:
Which linker do you plan to use?
Aug 22 2014
parent Etienne Cimon <etcimon gmail.com> writes:
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