Re: [fpc-pascal] Problem with h2pas

2006-03-18 Thread Felipe Monteiro de Carvalho
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

Re: [fpc-pascal] Problem with h2pas

2006-03-18 Thread Michael Van Canneyt
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

[fpc-pascal] Problem with h2pas

2006-03-18 Thread Felipe Monteiro de Carvalho
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