Re: [Interest] Image Format plugins not loading on windows

2013-03-07 Thread 程梁
00:14:44 +0100 From: da...@asinteg.de To: interest@qt-project.org Subject: Re: [Interest] Image Format plugins not loading on windows Hi, please ensure the following prerequisites: * MSVC++ RunTime installed globally? or do you already placed the M

Re: [Interest] Image Format plugins not loading on windows

2013-03-07 Thread Christian Dähn
Hi, please ensure the following prerequisites: * MSVC++ RunTime installed globally? or do you already placed the MSVC DLLs in each of your dirs (of executable and plugin dirs)? * all plugin dirs must be copied as followed to your executable dir: C:\Qt-4.8.4\plugins\imageformats\ => MyApp\ima

Re: [Interest] Image Format plugins not loading on windows

2013-03-07 Thread Michael Jackson
ackson >> Gesendet: Donnerstag, 07. März 2013 16:49 >> An: interest@qt-project.org >> Betreff: [Interest] Image Format plugins not loading on windows >> >> I have some code in Qt where I am loading a tiff image file. I have placed >> all >> the folder "

Re: [Interest] Image Format plugins not loading on windows

2013-03-07 Thread Mülner , Helmut
ounces+helmut.muelner=joanneum...@qt-project.org > [mailto:interest-bounces+helmut.muelner=joanneum...@qt-project.org] Im > Auftrag von Michael Jackson > Gesendet: Donnerstag, 07. März 2013 16:49 > An: interest@qt-project.org > Betreff: [Interest] Image Format plugins not loading on windows

Re: [Interest] Image Format plugins not loading on windows

2013-03-07 Thread Samuel Gaist
Hi, Did you copy the plugins dll or do you have a "plugins/imageformats" folder your executable directory ? On 7 mars 2013, at 16:48, Michael Jackson wrote: > I have some code in Qt where I am loading a tiff image file. I have placed > all the folder "plugins/imageformats/*" from my Qt Build i

[Interest] Image Format plugins not loading on windows

2013-03-07 Thread Michael Jackson
I have some code in Qt where I am loading a tiff image file. I have placed all the folder "plugins/imageformats/*" from my Qt Build into the same directory as my executable file. When I try to load the QImage image(path_to_tiff) I get a null QImage object back. Checked by using image.isNull() me