www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - tutorial for installing tango with phobos?

reply Michael P. <baseball.mjp gmail.com> writes:
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.
Aug 08 2008
parent reply "Koroskin Denis" <2korden gmail.com> writes:
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
Aug 08 2008
parent Michael P. <baseball.mjp gmail.com> writes:
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.
Aug 08 2008