Author |
Message |
Topic: How can I turn on code completion |
kanryu
Replies: 4
Views: 10916
|
Forum: Visual D Posted: Fri May 28, 2010 6:27 am Subject: Re: How can I turn on code completion |
1.I can build a plain D (just phobos) program under release mode but can not build under Debug mode even a plain d program.I reports
"cannot launch debugger on d:\Dlang\dex\d2ex\consoleapp1\c ... |
Topic: c#/c++ bmp.LockBits - like function for DFL |
kanryu
Replies: 3
Views: 22677
|
Forum: DFL Posted: Thu May 20, 2010 11:49 am Subject: c#/c++ bmp.LockBits - like function for DFL |
call GetDIBits() for HBITMAP of class Bitmap
http://msdn.microsoft.com/ja-jp/library/cc428673.aspx
and current DFL uses gdi32.dll directly.
I think it should use gdiplus then more better. |
Topic: I supppose to make DFL apps with XML for designing widgets |
kanryu
Replies: 3
Views: 22139
|
Forum: DFL Posted: Thu May 20, 2010 11:42 am Subject: I supppose to make DFL apps with XML for designing widgets |
I implement again the sample generator with xslt.
http://knivez.homelinux.org/~spro/d/dfl_xml03.zip |
Topic: exe file size |
kanryu
Replies: 6
Views: 31156
|
Forum: DFL Posted: Fri May 14, 2010 10:58 am Subject: Re: exe file size |
But when I've download and compile simple Hello, World program with DFL and dmd 2.038(1.053) I've got 1MB for release version
DFL is needed to support many kind of controls used in windows, like ... |
Topic: Release Announcements |
kanryu
Replies: 35
Views: 136697
|
Forum: Visual D Posted: Sun May 09, 2010 5:59 pm Subject: Great Project! |
I have waited for programming D with Visual Studio!!!
This is perfect if implemented about code-supplement and search for definition of identifier.
I try to read source codes of the project.
... |
Topic: I supppose to make DFL apps with XML for designing widgets |
kanryu
Replies: 3
Views: 22139
|
Forum: DFL Posted: Sun May 09, 2010 9:27 am Subject: Re: DFL apps with XML for designing widgets |
This is looking cool. Where is bud_design?
OKey.
I implement a sample generator with python
http://knivez.homelinux.org/~spro/d/dfl_xml02.zip |
Topic: I supppose to make DFL apps with XML for designing widgets |
kanryu
Replies: 3
Views: 22139
|
Forum: DFL Posted: Sat May 08, 2010 11:01 am Subject: I supppose to make DFL apps with XML for designing widgets |
This is a sample implementation for DFL to design Widgets with XML.
It aims:
- to separate design of widgets from source-codes.
- to make Widget Designer Application easier(e.g. Entice Designer)
... |
Topic: Modified for dmd-2.043! |
kanryu
Replies: 1
Views: 14928
|
Forum: PyD Posted: Mon May 03, 2010 12:52 pm Subject: Modified for dmd-2.043! |
I modified the source codes of PyD to be able to compile with dmd-2.043
needed many changes to do it.
Here is the code.
http://knivez.homelinux.org/~spro/d/pyd_infrastructure.zip
This can ... |
Topic: Modified for dmd-2.043! |
kanryu
Replies: 0
Views: 14425
|
Forum: DFL Posted: Sun May 02, 2010 2:27 pm Subject: Modified for dmd-2.043! |
I modified the source codes of DFL to be able to compile with dmd-2.043
needed many changes to do it.
Here is the code.
http://knivez.homelinux.org/~spro/d/import_dfl.zip
I hope to be merg ... |
|