Hi

> The use of Qt I've dealt with is exclusively under Linux so anything
> specific to Windows use I cannot say. As for Qt's problems in general, how
> about these:
>
> 1. The QVariant type can't handle a NULL value.
> 2. The QSqlQuery class's value() method doesn't support column names
> (ordinal only).

What was I saying about reinventing the wheel? ;-)

The above don't sound like parts of a GUI. I beleive that libraries should
do one thing and do it well. Therefore, GUI libraries should not have thier
own string type, or thier own database access stuff or thier own COM/Corba
stuff.

> Oh, the other problem with GCC. A call was made like so:
>
> QString cname = getCompanyName(cname);
>
> And the compiler gleefully passed the address of an uninitialized 'cname'
> variable without so much as a warning message. Surprised me since it
> incessantly warns you about the phase of the moon and not holding your
mouth
> right. Before you ask, there is no other 'cname' variable within the
source
> or it's includes and only one other reference at all.

Wow! Which version was it?

Regards
Paul

Paul Grenyer
Email: [EMAIL PROTECTED]
Web: http://www.paulgrenyer.co.uk

Have you met Aeryn: http://www.paulgrenyer.



Reply via email to