« Return to Thread: AMD64 and Qt 4.2.2 issue

Re: AMD64 and Qt 4.2.2 issue

by Claudio Valderrama C. :: Rate this Message:

Reply to Author | View in Thread

> -----Original Message-----
> From: firebird-devel-bounces@...
> [mailto:firebird-devel-bounces@...]On Behalf Of Michal
> Kubecek
> Sent: Lunes, 01 de Enero de 2007 10:10
>
> This is surely not right. The reason for different definition is that
> FB_API_HANDLE has to be 32-bit on all platforms. Therefore on 64-bit
> platforms (with 64-bit pointers) it is defined as (32-bit) unsigned int.
> For a consistent definition, uint32_t (or some unsigned 32-bit integer
> type where stdint.h isn't available) should be used.

Yes, it would be better to stick to integers always so we don't have this
mess with different types of casts.

C.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

 « Return to Thread: AMD64 and Qt 4.2.2 issue