|
|
Caleb Tennis wrote:
> I don't see anything noticably wrong with your code. The only thought I have
> to why it works in main() { } and not in the other code is that perhaps the
> compiler recognizes that it doesn't need to destruct the object from within
> main() ? Or perhaps your small main() based sample wasn't linked with all of
> the same object files as your larger examples.
>
> A bit strange indeed, though.
Have you done a clean rebuild of all the application libraries from
scratch? (e.g. in case theres some 'old' object module coming first in a
library somewhere).
Dave
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|