On 2008-03-13 11:24:51 +0100, David Forstenlechner <[EMAIL PROTECTED]> said:
Trenton Schulz wrote:
I attached the crash report,
on the command line I get following output
Thanks, this is interesting. And this happens with every Qt example?
Could you perhaps blow the build away and build again without static to
see if this solves the problem? If it does, it gives an indication that
a static build would be tougher to support than I thought :-/
Yes, I tried a rebuild with the shared library version of Qt and it
worked, with a few display glitches,
but no crashes.
Hmm... that implies we can't use Objective-C categories in static
libraries (or it requires some sort of special handshake). Categories
are how we are wrapping windows (it's a more general approach than
having every window derive from our own subclass of NSWindow). This is
part of the reason why we wanted to go with the "framework only"
version. Less surprises.
Anyway, we'll keep this in mind and if we decide to make QtGui work
staticly in Cocoa. Thanks for the feedback.
-- Trenton
To unsubscribe - send "unsubscribe" in the subject to [EMAIL PROTECTED]