digitalmars.D.announce - DFL can be used by D2.065
- FrankLike (7/7) Mar 25 2014 If you are programming on win32,now,DFL can be used by D2.065.
- Andrej Mitrovic (4/7) Mar 26 2014 FYI: you've changed one hardcoded path to another. I also don't
- FrankLike (5/13) Mar 26 2014 package module Let the all.d is null,most of codes have used the
- Mike Parker (5/17) Mar 27 2014 It's fine to keep both. Old code (if any of it out there still compiles)...
- FrankLike (7/32) Mar 27 2014 Thank you,Mike
- Jordi Sayol (3/3) Mar 27 2014 Is there somebody maintaining the GTK branch of DFL?
- Jesse Phillips (2/3) Apr 02 2014 No.
- FrankLike (4/7) Apr 03 2014 I Have pull requests and commit for 'Rayerd/dfl',
- Mike James (6/13) Mar 28 2014 I've had a look at DFL and it looks quite good but, looking thru
- FrankLike (3/8) Mar 28 2014 https://github.com/FrankLIKE/dfl-examples-d2.git
- Mike James (12/23) Mar 28 2014 Hi,
- Jesse Phillips (3/10) Apr 02 2014 You should make your changes into a pull request. Most people
If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat' file,after some seconds ,press the 'Enter key' ,after some seconds,dfl.lib,dfl.exe are all in you d install folders('lib' and 'bin') ,that's all ok. Thanks Christopher E. Miller.
Mar 25 2014
On 3/26/14, FrankLike <1150015857 qq.com> wrote:If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat'FYI: you've changed one hardcoded path to another. I also don't understand the removal of the package module. Anywho I don't use DFL much. :>
Mar 26 2014
On Wednesday, 26 March 2014 at 10:42:09 UTC, Andrej Mitrovic wrote:On 3/26/14, FrankLike <1150015857 qq.com> wrote:package module Let the all.d is null,most of codes have used the dfl.all,so keep all.d and remove package.d ,that's ok. thank you.If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat'FYI: you've changed one hardcoded path to another. I also don't understand the removal of the package module. Anywho I don't use DFL much. :>
Mar 26 2014
On 3/27/2014 10:57 AM, FrankLike wrote:On Wednesday, 26 March 2014 at 10:42:09 UTC, Andrej Mitrovic wrote:It's fine to keep both. Old code (if any of it out there still compiles) can continue to use dfl.all, while new projects can make user of the newer package.d. The *.all technique should be deprecated in old projects like this, IMO, not encouraged.On 3/26/14, FrankLike <1150015857 qq.com> wrote:package module Let the all.d is null,most of codes have used the dfl.all,so keep all.d and remove package.d ,that's ok. thank you.If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat'FYI: you've changed one hardcoded path to another. I also don't understand the removal of the package module. Anywho I don't use DFL much. :>
Mar 27 2014
On Thursday, 27 March 2014 at 07:32:38 UTC, Mike Parker wrote:On 3/27/2014 10:57 AM, FrankLike wrote:Thank you,Mike Sorry,I test the newer package.d ,but it's not work. Error 42:Symbol Undefined _D3dfll2__ModuleInfoZ Can you contact the Christopher E. Miller? He should keep continue his work,it's very good. Thank you again.On Wednesday, 26 March 2014 at 10:42:09 UTC, Andrej Mitrovic wrote:It's fine to keep both. Old code (if any of it out there still compiles) can continue to use dfl.all, while new projects can make user of the newer package.d. The *.all technique should be deprecated in old projects like this, IMO, not encouraged.On 3/26/14, FrankLike <1150015857 qq.com> wrote:package module Let the all.d is null,most of codes have used the dfl.all,so keep all.d and remove package.d ,that's ok. thank you.If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat'FYI: you've changed one hardcoded path to another. I also don't understand the removal of the package module. Anywho I don't use DFL much. :>
Mar 27 2014
Is there somebody maintaining the GTK branch of DFL? -- Jordi Sayol
Mar 27 2014
On Thursday, 27 March 2014 at 07:39:47 UTC, Jordi Sayol wrote:Is there somebody maintaining the GTK branch of DFL?No.
Apr 02 2014
On Wednesday, 2 April 2014 at 14:12:13 UTC, Jesse Phillips wrote:On Thursday, 27 March 2014 at 07:39:47 UTC, Jordi Sayol wrote:I Have pull requests and commit for 'Rayerd/dfl', waiting.... Thank you.Is there somebody maintaining the GTK branch of DFL?No.
Apr 03 2014
On Wednesday, 26 March 2014 at 06:35:56 UTC, FrankLike wrote:If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat' file,after some seconds ,press the 'Enter key' ,after some seconds,dfl.lib,dfl.exe are all in you d install folders('lib' and 'bin') ,that's all ok. Thanks Christopher E. Miller.I've had a look at DFL and it looks quite good but, looking thru the API, I can't see anywhere to draw a filled ellipse - Am I missing something? Regards, -=mike=-
Mar 28 2014
I've had a look at DFL and it looks quite good but, looking thru the API, I can't see anywhere to draw a filled ellipse - Am I missing something? Regards, -=mike=-https://github.com/FrankLIKE/dfl-examples-d2.git paint.d will help you. Seiji Fujita,thank you.
Mar 28 2014
" FrankLike" <1150015857 qq.com> wrote in message news:btajmssaimcexmnvgzyr forum.dlang.org...Hi, I had a look at paint.d in the examples - this example deals with drawing an icon. I also looked at draw.d - this deals with drawing to the canvas - the only filled shapes are the rectangular ones (fillRectangle) - there is no equivalent fillEllipse. Checking the drawing.d file shows no filled ellipse drawing functions. The ellipse functions are explicitely drawn without filling. It might need a lib addition :-) Regards, -=mike=-I've had a look at DFL and it looks quite good but, looking thru the API, I can't see anywhere to draw a filled ellipse - Am I missing something? Regards, -=mike=-https://github.com/FrankLIKE/dfl-examples-d2.git paint.d will help you. Seiji Fujita,thank you.
Mar 28 2014
Hi,every one. I fork a new dfl from https://github.com/Rayerd/dfl we should keep the origin code is refresh. I find the error in DMD 2.065 is: becase the base.d(403) ,dfl is not work. I have modified it. Please look it :https://github.com/Franklike/dfl Thank you who use it. Christopher E. Miller,thank you.
Mar 30 2014
it doesn't work for 64bit. will you fix that too? On Sunday, 30 March 2014 at 09:08:17 UTC, FrankLike wrote:Hi,every one. I fork a new dfl from https://github.com/Rayerd/dfl we should keep the origin code is refresh. I find the error in DMD 2.065 is: becase the base.d(403) ,dfl is not work. I have modified it. Please look it :https://github.com/Franklike/dfl Thank you who use it. Christopher E. Miller,thank you.
Mar 30 2014
On Sunday, 30 March 2014 at 11:53:55 UTC, xx xx wrote:it doesn't work for 64bit. will you fix that too? On Sunday, 30 March 2014 at 09:08:17 UTC, FrankLike wrote:What's the status on this?Hi,every one. I fork a new dfl from https://github.com/Rayerd/dfl we should keep the origin code is refresh. I find the error in DMD 2.065 is: becase the base.d(403) ,dfl is not work. I have modified it. Please look it :https://github.com/Franklike/dfl Thank you who use it. Christopher E. Miller,thank you.
Apr 01 2014
On Wednesday, 26 March 2014 at 06:35:56 UTC, FrankLike wrote:If you are programming on win32,now,DFL can be used by D2.065. Please git clone http://github.com/FrankLike/dfl Open the folder w32 ->dflexe double click the 'makedflexe.bat' file,after some seconds ,press the 'Enter key' ,after some seconds,dfl.lib,dfl.exe are all in you d install folders('lib' and 'bin') ,that's all ok. Thanks Christopher E. Miller.You should make your changes into a pull request. Most people using DFL are tracking Rayerd's repo.
Apr 02 2014