digitalmars.D.announce - wxD 0.05 released
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (19/19) Jul 23 2006 0.05 Changelog:
- Jonas Thedering (6/34) Jul 27 2006 Thank you for the good work. It's a nice feeling, seeing my favourite
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (3/6) Aug 07 2006 The patches have been applied to the upcoming wxD 0.06 version now.
0.05 Changelog: Fixed issue with D bool versus C++ bool Deprecated the new_ struct constructors Added wxSound class and the Sound sample Extra documentation comments for the modules http://wxd.sourceforge.net/ I also rewrote the entire platform versioning, since the old model was fundamentally flawed. It will now correctly detect and "define" at least the usual platforms: wxMSW, wxGTK, wxMAC You can now use similar constructs to C++, with: version(__WXMAC__) Also added names prefixed with "wx" as aliases to the classes, so that C++ porting is easier. However, the memory handling is the same as before and most of the earlier crashes remain as well... Help with tracking down and fixing those issues appreciated, pleas euse the SourceForge Tracker. --anders
Jul 23 2006
Thank you for the good work. It's a nice feeling, seeing my favourite GUI Library in D. Unfortunately, there are many bugs in the wxc layer yet. I could fix some of them in a very short time, to make at least the Minimal sample work completely. The patches are at the SourceForge project page. Anders F Björklund schrieb:0.05 Changelog: Fixed issue with D bool versus C++ bool Deprecated the new_ struct constructors Added wxSound class and the Sound sample Extra documentation comments for the modules http://wxd.sourceforge.net/ I also rewrote the entire platform versioning, since the old model was fundamentally flawed. It will now correctly detect and "define" at least the usual platforms: wxMSW, wxGTK, wxMAC You can now use similar constructs to C++, with: version(__WXMAC__) Also added names prefixed with "wx" as aliases to the classes, so that C++ porting is easier. However, the memory handling is the same as before and most of the earlier crashes remain as well... Help with tracking down and fixing those issues appreciated, pleas euse the SourceForge Tracker. --anders
Jul 27 2006
Jonas Thedering wrote:Unfortunately, there are many bugs in the wxc layer yet. I could fix some of them in a very short time, to make at least the Minimal sample work completely. The patches are at the SourceForge project page.The patches have been applied to the upcoming wxD 0.06 version now. --anders
Aug 07 2006