> Hi,
>
> I tryed to convert a couple of .h files to
> pascal units and run across the problem
> that #elif aren't converted properly,
> ie that they are left as
> (*** was #elif ){$else defined(WIN32)}
> and thus completely ignored.
>
> A quick look at the h2pas code revieled
> that this case
Hi,
I tryed to convert a couple of .h files to
pascal units and run across the problem
that #elif aren't converted properly,
ie that they are left as
(*** was #elif ){$else defined(WIN32)}
and thus completely ignored.
A quick look at the h2pas code revieled
that this case isn't handled at al