[fpc-pascal] AT-SPI fpc compatible ?

Michael Van Canneyt michael at freepascal.org
Wed May 8 10:52:09 CEST 2013



On Wed, 8 May 2013, Fred van Stappen wrote:

> > To my knowledge, you are the first to ask about it.
> >
> > Michael.
> 
> OK, guys, i apologize. It was not the wright way to do things moving.
> Now, if you can be cooler, i asked that because, like you, i was very surprised that some blind developers says me that they really want to use fpc but nothing was done for them. Thus i have
> seek for some doc about at-spi and finded quasi nothing.
> If my mail was shocking, it was because i was shoched myself that i did not care about those people while developing...
> And i want to contribute and translate the at-spi C header (if there are one).
> And if somebody have any knowledge about that, it will be welcome.

The usual way to do this is to use the h2pas tool.

I normally start with

Preprocess ugly macros

gcc -E /path/to/header/file > header_processed.c

and then

h2pas header_processed.c

(preferably with some options)

After that I add missing defines (constants and the like).

Michael.



More information about the fpc-pascal mailing list