Compiled dmd2.032 in VC++ 2009!

Jeremie Pelletier jeremiep at gmail.com
Tue Sep 8 20:41:30 PDT 2009


negerns Wrote:

> Jeremie,
> 
> I tried compiling the sources using VS2008 SP1. I did run into some of 
> what you mentioned but got stuck midway. Could you elaborate on how you 
> dealt with the missing header

#ifndef _MSC_VER
#include <complex.h>
#endif

You don't need this header on VS.



More information about the Digitalmars-d mailing list