LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Append Image to Report.vi

I wrote a VI that use "Append Image to Report.vi" provided with Labview 6.1. Inside the "Append Image to Report.vi" an error occurs after the Invoke Node of the method AppendPictureFromFile. The error code is: 2147352567 Unable to load picture.. in Append Image to Report.vi ...

Please, could you help me?

Giuseppe
0 Kudos
Message 1 of 5
(2,944 Views)
Hello Giuseppe,

I have the same problem with LV 6.0.2 and Win-NT on the target machine. If I start the program in development mode, there are no problems. Do you use Win-NT? If you found a solution, let me know it.
0 Kudos
Message 2 of 5
(2,944 Views)
Hi,

I don't know if this is the problem, but anyway...

If you build an executable, there has to be a sub directory in the main
directory of the application called "data". In the directory, there has to
be a copy of the "_exclsub.llb" library. The VI's in it are called
dynamically, and are searched for in the data directory.

Regards,

Wiebe.


"KH-Simon" wrote in message
news:50650000000500000085DA0000-1042324653000@exchange.ni.com...
> Hello Giuseppe,
>
> I have the same problem with LV 6.0.2 and Win-NT on the target
> machine. If I start the program in development mode, there are no
> problems. Do you use Win-NT? If you found a solution, let me know it.
0 Kudos
Message 3 of 5
(2,944 Views)
Check your version of the Internet Explorer. I had the same problem and I solved it with an upgrade of the Intenet Explorer to Vers. 5.5 (ActiveX !)
0 Kudos
Message 4 of 5
(2,944 Views)
Hi,
thank you for the advices. Meanwhile I "solved" the problem changing the format of the image to append. First, it was a *.png image. Now, using *.bmp images, the error doesn't occur.

Cheers

Giuseppe
0 Kudos
Message 5 of 5
(2,944 Views)