On Thursday, 24 November 2016 at 17:37:51 UTC, Basile B. wrote:
* Under windows 32 bit: - create the object:Use digital mars C/C++ (dmc) to create an OMF object (GCC would produce COFF) then- link: dmd test.d test.obj
So, is there any way to use gcc/g++ under windows?
Note that in both cases it can be better not to use the same name for the cpp object.
My mistake, already understood;)