Thread overview
tutorial for installing tango with phobos?
Aug 08, 2008
Michael P.
Aug 08, 2008
Koroskin Denis
Aug 08, 2008
Michael P.
August 08, 2008
Well, the title is pretty straight forward.
I have found tutorials for installing Tango, but not ones that let you still compile programs with Phobos. Anyone know of some good ones?
Windows XP, DMD 1.033.

-Michael P.
August 08, 2008
On Fri, 08 Aug 2008 20:20:48 +0400, Michael P. <baseball.mjp@gmail.com> wrote:

> Well, the title is pretty straight forward.
> I have found tutorials for installing Tango, but not ones that let you still compile programs with Phobos. Anyone know of some good ones?
> Windows XP, DMD 1.033.
>
> -Michael P.

Tango and Phobos are incompatible due to different implementation of the runtime (Object, Exceptions, GC etc.)
But you can use Tangobos, which is a port of Phobos to Tango runtime - http://www.dsource.org/projects/tangobos
August 08, 2008
Koroskin Denis Wrote:

> On Fri, 08 Aug 2008 20:20:48 +0400, Michael P. <baseball.mjp@gmail.com> wrote:
> 
> > Well, the title is pretty straight forward.
> > I have found tutorials for installing Tango, but not ones that let you
> > still compile programs with Phobos. Anyone know of some good ones?
> > Windows XP, DMD 1.033.
> >
> > -Michael P.
> 
> Tango and Phobos are incompatible due to different implementation of the
> runtime (Object, Exceptions, GC etc.)
> But you can use Tangobos, which is a port of Phobos to Tango runtime -
> http://www.dsource.org/projects/tangobos

Oh, okay.
Thanks!

-Michael P.