[Mono-devel-list] libgdiplus 1.1.5 - conflicting types

Peter Dennis Bartok peter at novonyx.com
Thu Apr 7 17:22:08 EDT 2005


This has been fixed a while back in SVN.

Peter

-----Original Message-----
From: "Jonathan J. Vargas R." <jonathan.j.vargas at gmail.com>
To: <mono-devel-list at lists.ximian.com>
Date: 07 April, 2005 13:42
Subject: [Mono-devel-list] libgdiplus 1.1.5 - conflicting types


>hi
>
>libgdiplus 1.1.5 is not compiling because of a type conflict.
>
>src/gifcodec.c defines two versions of a function differing by an
>unsigned parameter.. in the header src/gifcodec.h there is only one
>version of the function.
>
>[gifcodec.h]
>GpStatus gdip_save_gif_image_to_file (char *filename, GpImage *image);
>
>[gifcodec.c]
>
>GpStatus gdip_save_gif_image_to_file (unsigned char *filename, GpImage 
>*image)
>{
>  return UnknownImageFormat;
>}
>
>GpStatus gdip_save_gif_image_to_file (char *filename, GpImage *image)
>{
>  return gdip_save_gif_image ( (void *)filename, image, TRUE);
>}
>
>
>--
>Jonathan J. Vargas Rodriguez
>jonathan.j.vargas at gmail.com
>"Conservar el silencio interior cuando vuelo en la tormenta me es
>mejor, porque asi ya no soy otra gota de la tempestad"
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
> 




More information about the Mono-devel-list mailing list