Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt-interest Archive, December 2006
loading plugin


Message 1 in thread

hi all,
I tried to use QAccessible Plugin in my application. I put or the source
files from the accessible plugins folder in qt and compile them into a
dll file. I then run my application. The console window keep on printing
things like this without stoping. When I try to close the application,
it crashes. Can anyone here help explain what is goig on?
Thanks
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QToolBarSeparator
already defi
ned in C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QDockWindowHandle
already defi
ned in C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature
QDockWindowResizeHandle alread
y defined in C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QTipLabel already
defined in C
:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QFrame already defined
in C:/Q
t/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QWidgetStack already
defined i
n C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QWidget already
defined in C:/
Qt/3.3.4/plugins/accessible/qtwidgets100.dll!
c:/Documents and Settings/thingu/My
Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
bility/debug/accessible/qtwidgets100.dll: Feature QScrollView already
defined in
 C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!


Message 2 in thread

Hi,

> I tried to use QAccessible Plugin in my application. I put or the source 
> files from the accessible plugins folder in qt and compile them into a 
> dll file. I then run my application. The console window keep on printing 

You're using Qt 3.3.4 on Windows. Is that correct?

--
 [ signature omitted ] 

Message 3 in thread

Hi,

> c:/Documents and Settings/thingu/My 
> Documents/Pt4.1/PT4.1_thi/PT_locking_accessi
> bility/debug/accessible/qtwidgets100.dll: Feature QToolBarSeparator 

There's one qtwidgets100.dll plugin here...

> already defi
> ned in C:/Qt/3.3.4/plugins/accessible/qtwidgets100.dll!

... and one with the same name here.

Both are being loaded.

What is this qtwidgets100.dll DLL?

--
 [ signature omitted ] 

Message 4 in thread

Hi,

> I tried to use QAccessible Plugin in my application. I put or the source 
> files from the accessible plugins folder in qt and compile them into a 
> dll file.

The files in "plugins/src/accessible" are supposed to be built by Qt 
into a plugin. Qt should build the plugin into "plugins/accessible" and 
the plugin would then be loaded at run-time by the Qt library.

As far as I can see, the Qt build process did build a "qtwidgets100.dll" 
plugin in "plugins/accessible".

You shouldn't compile/link these files into your application.

--
 [ signature omitted ]