www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dfl2 is comming

reply "FrankLike" <1150015857 qq.com> writes:
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.
Oct 15 2014
next sibling parent reply "FrankLike" <1150015857 qq.com> writes:
https://github.com/FrankLIKE/dfl2

select the master.

Thank you.
Oct 15 2014
parent reply "thedeemon" <dlang thedeemon.com> writes:
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)
Oct 15 2014
parent reply "FrankLike" <1150015857 qq.com> writes:
 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)
Sorry,D2.066 is no 'dm' folder,its libs all moved in dmd2\windows\lib,and most new users like to use the 'dub' or Visual studio .net . A few minutes ago,I test to compile the dfl which was cloned from 'https://github.com/Rayerd/dfl',but found some errors,not get the *.objs,and must modify the bat file. Now,it's a important thing, let more new users to like the dfl in their ways:'dub' or Visual studio.net. I think its very easy to use it for you. Thank you very much.
Oct 18 2014
parent "noname" <noname noname.com> writes:
will it work for 64bit?



On Saturday, 18 October 2014 at 14:39:05 UTC, FrankLike wrote:
 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)
Sorry,D2.066 is no 'dm' folder,its libs all moved in dmd2\windows\lib,and most new users like to use the 'dub' or Visual studio .net . A few minutes ago,I test to compile the dfl which was cloned from 'https://github.com/Rayerd/dfl',but found some errors,not get the *.objs,and must modify the bat file. Now,it's a important thing, let more new users to like the dfl in their ways:'dub' or Visual studio.net. I think its very easy to use it for you. Thank you very much.
Nov 04 2014
prev sibling parent "Suliman" <evermind live.ru> writes:
I found build tool named dco.

Could you explain were it can be helpful?
Nov 04 2014