On 3/18/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> The problem is the 'MagickExport'. Remove that and it'll work fine.
> This is a macro, and h2pas does not support macros.
Ok, I removed it and h2pas doesn't complain now.
One more problem occured, however. On this declaration:
extern M
On Sat, 18 Mar 2006, Felipe Monteiro de Carvalho wrote:
> Hello,
>
> I am trying to use h2pas to convert the rest of ImageMagick headers.
> On a file that contains only 3 lines of code:
>
> extern MagickExport MagickBooleanType
> AnimateImageCommand(ImageInfo *,int,char **,char **,ExceptionI
Hello,
I am trying to use h2pas to convert the rest of ImageMagick headers.
On a file that contains only 3 lines of code:
extern MagickExport MagickBooleanType
AnimateImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *),
AnimateImages(const ImageInfo *,Image *);
h2pas gives me a gen