www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Ultimate++?

reply Lucas Goss <lgoss007 gmail.com> writes:
Has anyone heard of (or have any opinions on) this C++ GUI toolkit?
http://upp.sourceforge.net/index.html

I just found out about it today. Looking it over now...
Feb 23 2006
parent Don Clugston <dac nospam.com.au> writes:
Lucas Goss wrote:
 Has anyone heard of (or have any opinions on) this C++ GUI toolkit?
 http://upp.sourceforge.net/index.html
 
 I just found out about it today. Looking it over now...
Never heard of it before. Looks to have some valuable ideas in it, but it would not be feasible to port it to D (it's full of nasty macro tricks). And seems as though it only really works on Windows at present. Some of their template code is well worth examining. (It actually looks to me as though most of their ideas would work much better in D than in C++ !) Thanks for the link.
Mar 10 2006