wxD 0.05 released
Anders F Björklund
afb at algonet.se
Sun Jul 23 12:54:46 PDT 2006
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
More information about the Digitalmars-d-announce
mailing list