[Qt] qt tshapes arm] bindings question
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Jun 20 14:11:17 CEST 2008
On Fri, Jun 20, 2008 at 8:57 AM, Den Jean <Den.Jean at telenet.be> wrote:
> So I need to keep qreal as a new type in pascal and
> define it according the architecture:
>
> {$ifdef CPUARM}
> QReal = Double;
> {$else}
> QReal = single;
> {$endif}
Looking at the C code you posted I think you inverted it. i.e. it
should be single on ARM and double elsewhere.
--
Felipe Monteiro de Carvalho
More information about the Qt
mailing list