Re: dfl2 is comming

2014-10-15 Thread thedeemon via Digitalmars-d-announce

On Wednesday, 15 October 2014 at 23:44:47 UTC, FrankLike wrote:

https://github.com/FrankLIKE/dfl2

select the master.

Thank you.


There were 15 forks of DFL on github (some of them working fine 
with 2.066), you made a 16nth, with another name. ;)

What's the point?

Btw, your version (just like most others) contains bugs causing 
the app to crash on exit. The issue is with destructors (in Timer 
and Tooltip, for example) that try to access some global/static 
variables, and when the app closes GC does its final cycle and 
calls destructors, and at this time many of those objects are 
already dead. It went silent in older versions of D, but since 
2.065 was pretty visible.


My fix is here:
https://github.com/thedeemon/dfl/commit/290d6456f6d13447311845929fd929acb6938a5d
(sadly, combined with additional changes I made when trying to 
find the bugs)


dfl2 is comming

2014-10-15 Thread FrankLike via Digitalmars-d-announce

Hi,every one!

Christopher E. Miller made the dfl for win32,many persons like 
it,now ,i register
it ,it can use on D2.066 for win32,can be used in Visual 
Studio.net ,such as VS2010; and can be used by Dub.


If I made some wrong thing ,correct it for me,please.

Thank you, Christopher E. Miller.

Thank you,every dfl2' users.


Re: dfl2 is comming

2014-10-15 Thread FrankLike via Digitalmars-d-announce

https://github.com/FrankLIKE/dfl2

select the master.

Thank you.