HELP - patch B causes PxLoadImage to fail

We use PxLoadImage to load GIF images.
It worked fine with patch A but after
installing patch B PxLoadImage fails all the time.

I noticed some new libraries:
/usr/lib/libphimg.so
/usr/lib/libjpeg.so

/usr/photon/dll/pi_io_gif.so

Are any of these now required for PxLoadImage
to load gif images?

What else has changed that could affect this?



Michel Benoit
Saab Communications

A clarification:

PxLoadImage fails in my embedded version of RTP/Photon.
I suspect that I am missing some libraries and/or shared objects
on the target.
Any ideas?

Thanks,

Michel

Hello,

The problem is solved. Required libraries are:

libphexlib.so
libphimg.so
pi_io_gif.so

I have however not found any mention of the pi_io_xxx.so
shared objects in the help files. Is there any documentation
forthcoming?

Michel Benoit