PDA

View Full Version : QT 4.2.2 and Ico plugins



Placido Currò
18th January 2007, 16:11
Hi everybody !

Is there anybody who uses the ico plugin with QT 4.2.2 ?

If so, I would ask some questions.

I have installed qt 4.2.2 on Windows XP Pro and I'd like to use the ico plugin. I have already installed it into the directory C:\Qt\4.2.2\qticoimageformat-2.2-commercial. I did the 'configure' command without problems and then the nmake all. At that point, it seems that it didn't found the qmake tool, but i solved it as there was an error in the make file.
Now I have a folder C:\Qt\4.2.2\plugins\imageformats with several dll files, such as qticod2.dll and others.

I developed a QT-dll which needs to show *ico files but it doesn't . But the sample application of the plugin shows ico files without problems.

What could be wrong in my application ?

Thanks for your help.

Regards,
Placido.

wysota
18th January 2007, 21:27
You might need to flush the plugin cache in your registry. Look into our wiki, it's explained in an article about MySQL plugin.

Placido Currò
24th January 2007, 16:13
just to complete the thanks !

My application has a working dir, there were 2 dlls of the older version of qt that were installed before adding the ico plugin.

I copied the new ones and now it works.

Thank you.