On Fri, Apr 26, 2002 at 02:13:59PM +0100, John Levon wrote: > See attached. This crashes inside xforms for me on trying to convert. > Is this an xforms 0.9999 problem only ?
Hmmmph, xforms is acting funny. Why does the following program insist : In OpenImage [image.c 222] z10-axial.xpm: Unknown image format ? Do I need to set something up or what... XPM_identify looks like it would match the image :( #include "forms.h" int main(int argc, char * argv[]) { FL_IMAGE * i; fl_initialize(&argc, argv, "flimage", 0, 0); i = flimage_open(argv[1]); flimage_read(i); flimage_convert(i, FL_IMAGE_MONO, 0); } Angus can you help ? I'm trying to find out why xforms 0.9999 is crashing lyx. Ugh, there are /so many/ bugs in this area it's easy to get lost. When is the qt frontend ready again ? thanks john -- "I continue to be amazed at what Andrei can make templates do. Some of it still makes my head hurt." - Herb Sutter