Re: [Qtarch-users] Problem with a modul
Brought to you by:
jeffharris,
kebner
From: Jeff H. <ha...@co...> - 2000-07-23 20:43:26
|
I did some checking into your problem of QObject::name crashing. As it turns out, we neglected to update modules to the new scheme of handling widgets in 2.1. I've just checked in a bunch of changes which should fix your problem. I've update the test module in qtarch to work. One thing you'll need to consider is the API changes that were made to DlgWidget in 2.1. I don't know if you've modified your widgets yet, but there were some fairly large changes. Most changes were due to the new saving mechanism, XML. Let me know if these changes don't work for you. Jeff Jeff Harris wrote: > Yea, the -rdynamic flag was removed in 2.1. It was an oversight when > were were invesigating some memory problems. > > Do you have a stack trace or core file for the QObject::name crash? Are > you linking your library with -fPIC? > > Jeff > > Frank Blau wrote: > > > Hi, > > I have a look to the Makefile.common and find that the switch > > -rdynamic was not set. > > With this switch the modul is loaded, but the program chrashes in > > the Methode QObject::name(). The same result when linking direkt the > > Object from ../../widget. > > > > Any Idea ? > > > > Frank > > > > _______________________________________________ > > Qtarch-users mailing list > > Qta...@li... > > http://lists.sourceforge.net/mailman/listinfo/qtarch-users > > _______________________________________________ > Qtarch-users mailing list > Qta...@li... > http://lists.sourceforge.net/mailman/listinfo/qtarch-users |