On Sun 16-Jan-2005 at 23:46 -0800, David Grant wrote: >Is anyone else getting an error about a missing gdiplus.dll library? Yes you need to have libgdiplus installed. You also need the libgdiplus headers in place when you compile, otherwise the library looks for gdiplus.dll instead of libgdiplus.so. -- Bruno