Re: [Qtarch-users] Problem with a modul
Brought to you by:
jeffharris,
kebner
From: Jeff H. <ha...@co...> - 2000-07-21 23:01:21
|
Wow, someone is actually using this list. You've got the first posting. Anyways, the symbol it's trying to find is from the DlgWidget.moc.o file. Are you linking your shared library with DlgWidget.o? If so, then try adding the .moc.o file as well. I don't know why it broke in 2.1. The symbol is still there. Jeff Frank Blau wrote: > Hi, > i have write a module for qtarch. It works with 1.44 and 2.0 but since > 2.1 it will not work. > This message appers : > Failed to load module /home/dev/src/qtarch-2.1/module/bde/BDEModule.so: > /home/dev/src/qtarch-2.1/module/bde/BDEModule.so: undefined symbol: > metaObject__C9DlgWidget > > Who can help ? > > Frank > > _______________________________________________ > Qtarch-users mailing list > Qta...@li... > http://lists.sourceforge.net/mailman/listinfo/qtarch-users |