Re: [Help]Qt Plugin Problem
On Windows? What if you open the plugin in Dependency Walker? Do you have Qwt in PATH?
Re: [Help]Qt Plugin Problem
Now, the problem solved. I download the src code and compile Qt and Qwt again.
It seems the pre-compiled version of Qt downloaded from Trolltech lead to the problem.
Re: [Help]Qt Plugin Problem
I'm trying to create my own .dll for my application. is it possible to create .dll without using application plugins..? if so please tell me with simple example...
Re: [Help]Qt Plugin Problem