DFL 0.9.8 发布

tomqyp 2008-11-16
沉寂了几个月之后,DFL终于又开始更新了

0.9.8 on 20081115
Updated to work with recent compiler versions.
Added dfl/imagelist.d for image lists.
Added images to ListView.
Added images to TreeView.
Added examples/dirlistview.d to demonstrate image lists with list view.
Added support for D 2.0
Added dfl/toolbar.d with ToolBar control.
Added examples/toolbar.d to demonstrate ToolBar with images from resource.
Fixed Windows issue with GroupBox font.
Added compile-time versions to slim down the library.
Updated dfl.exe, building DFL libs, auto-run bat files starting with dflc_
lipogem 2008-11-16
好消息呀
在windows下他生成的文件最小
hqs7636 2008-11-16
大好事,也期待它的跨平台版本,d里最好的库

hqs7636 2008-11-16
暂时先别急着升级,Added support for DMD 2.020,druntime已经变化巨大

佩服这哥们
d2008 2008-11-17


 不错啊!!!
hqs7636 2009-04-04
最新的svn 用 dmd 2.027 能编译通过吗
ideage 2009-04-05
hqs7636 写道
最新的svn 用 dmd 2.027 能编译通过吗



开始转向D2.

今天试了下不能.要修改些文件后可以.

不过,我已经修改了好几个dfl文件了.呵呵
hqs7636 2009-04-05
能发一个修改过的包给我吗?谢谢
ideage 2009-04-05
1.修改application.d registry.d
messagebox.d,textbox.d data.d等,把\r\n修改成"\r\n",或者\r修改为"\r"

2.修改dlib.d
把OutOfMemoryException替换为OutOfMemoryError

3.drawing.d
修改solidColor,
blendColor两个属性,把return *this;修改成return this;

4.dmd 2.027 成功编译.
ideage 2009-04-05
正在试用中,看看有Bug吗.当然可以发给你一个.呵呵
Global site tag (gtag.js) - Google Analytics