Status of Win32 C++ interop

Benjamin Thaut via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 4 02:27:13 PDT 2015


On Friday, 4 September 2015 at 09:07:39 UTC, Szymon Gatner wrote:
>
> What about 32bit phobos? Last time I checked (2.067) only x64 
> was distributed.

You have to compile it yourself. Use the win64 makefile and 
replace the arch=64 with
arch=32mscoff.

For more details see here:
http://www.digitalmars.com/d/archives/digitalmars/D/learn/How_to_get_32mscoff_libraries_for_phobos_73980.html


More information about the Digitalmars-d-learn mailing list