FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

tango

 
Post new topic   Reply to topic     Forum Index -> Bindings
View previous topic :: View next topic  
Author Message
keinfarbton



Joined: 03 Dec 2005
Posts: 224
Location: Stuttgart - Germany

PostPosted: Thu Feb 15, 2007 6:56 pm    Post subject: tango Reply with quote

Are there plans to make the bindings tango ready?
Back to top
View user's profile Send private message
jcc7



Joined: 22 Feb 2004
Posts: 657
Location: Muskogee, OK, USA

PostPosted: Fri Feb 16, 2007 3:05 pm    Post subject: Re: tango Reply with quote

keinfarbton wrote:
Are there plans to make the bindings tango ready?
Are there things in Bindings that require a lot of Tangoization?

There are probably some files that require no changes, while others just require something like this:

Code:
version(Tango)
{
    /* whatever imports Tango needs */
}
else
{
    private import std.c.stdarg;
    private import std.string;
}


(By the way, I think that anyone is allowed to improve the Bindings code in SVN.)
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Bindings All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group