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
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
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 "
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
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
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