www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - wxD 0.06 released

reply =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
0.06 Changelog:
Lots of bugfixes by Matrix, thanks a lot!
Fixed issue with wxValidator* constness
Fixed issue with null GL context on Linux
Added Launcher sample and continued port

http://wxd.sourceforge.net/


This release (Alpha 6) fixes a *lot* of the
earlier crashing bugs, and it now works good
with wxWidgets 2.6.3 when compiled with GDC.

(tested on Mac OS X, Fedora Core and Win XP)

There seems to be some problems with DMC/DMD
on Windows, which I can't really figure out.
(it compiles and links, but doesn't run ???)


Hopefully this should be the last of the wxD
Alpha versions and we can work towards Beta...

Help with the Windows issues greatly appreciated.
Tracker at http://sf.net/tracker/?group_id=133831

--anders
Aug 13 2006
next sibling parent reply Marcin Kuszczak <aarti interia.pl> writes:
Anders F Björklund wrote:

 
 0.06 Changelog:
 Lots of bugfixes by Matrix, thanks a lot!
 Fixed issue with wxValidator* constness
 Fixed issue with null GL context on Linux
 Added Launcher sample and continued port
 
 http://wxd.sourceforge.net/
 
 
 This release (Alpha 6) fixes a *lot* of the
 earlier crashing bugs, and it now works good
 with wxWidgets 2.6.3 when compiled with GDC.
 
 (tested on Mac OS X, Fedora Core and Win XP)
 
 There seems to be some problems with DMC/DMD
 on Windows, which I can't really figure out.
 (it compiles and links, but doesn't run ???)
 
 
 Hopefully this should be the last of the wxD
 Alpha versions and we can work towards Beta...
 
 Help with the Windows issues greatly appreciated.
 Tracker at http://sf.net/tracker/?group_id=133831
 
 --anders
Thank you for your work! I am fan of wxWidgets, which has nice & easy API. If wxWidgets could be written in D from scratch it would be even better... :-) Regarding latest wxD: I have a problem compiling it with DMD 0.163. Problems are connected with "private imports" by default. It should be easy to fix, though. It would be also great when you could provide svn repository for wxD. It will be easier to send patches and will probably speed up development of wxD. Keep up the good work! -- Regards Marcin Kuszczak (Aarti_pl)
Aug 13 2006
parent =?UTF-8?B?QW5kZXJzIEYgQmrDtnJrbHVuZA==?= <afb algonet.se> writes:
Marcin Kuszczak wrote:

 Regarding latest wxD: I have a problem compiling it with DMD 0.163. Problems
 are connected with "private imports" by default. It should be easy to fix,
 though.
At the moment it has only been tested with GDC 0.19 and DMD 0.162. Will update it for the latest imports etc, when GDC 0.20 arrives... --anders
Aug 13 2006
prev sibling parent reply negerns <negerns2000 gmail.com> writes:
Great work!

I'd like to help. I'm a freelance programmer and I have a bit of spare 
time. I'd like to contribute my spare time in the development of wxD. 
I'm new to D but I've used wxWidgets using C++ before. I wanted to help 
in the Windows port. I hope I can be of use :D.

negerns
Aug 15 2006
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
negerns wrote:

 I'd like to help. I'm a freelance programmer and I have a bit of spare 
 time. I'd like to contribute my spare time in the development of wxD. 
 I'm new to D but I've used wxWidgets using C++ before. I wanted to help 
 in the Windows port. I hope I can be of use :D.
Sure, build the wxD installation on Windows and report what you find ? http://sourceforge.net/tracker/?group_id=133831 We're currently trying to identify remaining bugs and missing features. Especially the DMC/DMD build could need help... --anders
Aug 15 2006