May 15, 2014
On Wednesday, 14 May 2014 at 16:58:02 UTC, Jacob Carlborg wrote:
> On 2014-05-14 15:03, FrankLike wrote:
>
>> Ican send a  mail to you, ok to email?
>
> Sure.

Can you tell me your email? Thank you.
May 15, 2014
On 15/05/14 05:53, FrankLike wrote:

> Can you tell me your email? Thank you.

You should be able to see here somewhere.

-- 
/Jacob Carlborg
May 15, 2014
On Thursday, 15 May 2014 at 06:25:50 UTC, Jacob Carlborg wrote:
> On 15/05/14 05:53, FrankLike wrote:
>
>> Can you tell me your email? Thank you.
>
> You should be able to see here somewhere.

I've mailed to you.waiting for you to answer.

Thank you.

Frank
March 22, 2015

On Monday, 24 March 2014 at 13:39:40 UTC, Jacob Carlborg wrote:
> On 23/03/14 23:57, amehat wrote:
>> Hello everyone,
>>
>> I apologize in advance for my english, I'm french and not good in the
>> language of Shakespeare.
>>
>> I am running Mac OS X 10.9 and I use the DMD 2 compiler.
>> I try to compile a basic script that uses DWT
>> (https://github.com/d-widget-toolkit/dwt-mac) :
>
> Unfortunately, DWT for OS X is not ready yet. That code is still written in D1. I plan to port it to D2 when it's working as good as the Linux/Windows version. Any help is appreciated.

Hi. I think i might be interested in helping porting from d1 to d2 as far as the Os x version is concerned, even though i don't really know how i could  go about that. Any pointer or help would be appreciated.

Thank you

Romain
March 23, 2015
On 2015-03-22 15:41, romain wrote:

> Hi. I think i might be interested in helping porting from d1 to d2 as
> far as the Os x version is concerned, even though i don't really know
> how i could  go about that. Any pointer or help would be appreciated.

I'm not sure if that's a good idea before the Java -> D1 port is finished. If you run in to a bug it's hard to know if it's the Java -> D1 port or the D1 -> D2 port that caused the bug.

I got tried of the manual porting so I'm trying out a new approach to port DWT. That is to create a tool that automatically convert the Java code to D (2). I've created a new project JPort [1], it's written in Scala and uses the Eclipse JDT compiler API's to translate Java to D. It's in a very early stage.

If you really do want to port the D1 code to D2 you just need to start rewriting the parts that has changed from D1 to D2. I'm not sure if there's a list of changes between D1 and D2. Looking at the changelog will give you some hints, but it might be too detailed. The "-vtls" compiler flag will help to show which variables will be but in TLS. The code for the OS X port is available here [2]. The readme in that repository will have some documentation on how to port the Java code to D that is unique to the OS X port.

[1] https://github.com/d-widget-toolkit/jport/tree/dev
[2] https://github.com/d-widget-toolkit/dwt-mac

-- 
/Jacob Carlborg
1 2
Next ›   Last »