freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] multithreading and 64 bits


From: Werner LEMBERG
Subject: Re: [ft-devel] multithreading and 64 bits
Date: Wed, 26 Apr 2006 16:43:07 +0200 (CEST)

Sorry for the late reply.

> i am using FreeType library on Windows 64 bits OS Opteron, with a 64
> bits executable (FreeType Build in 64 bits).  There is a lot of
> problems :
>  
> On Windows 64 bits, a "FT_Long", or a "Long" ,it's 2 Giga.
>  
> But when we do a "pointer difference", i can see that a FT_Long is
> too small...

You are completely right.

> Example : 
>  
> static void  shift_elements( PS_Table  table,FT_Byte*  old_base )

This particular function I've just fixed in the CVS, thanks (we use
`FT_PtrDist').  Does your compiler generate warnings for other such
situations?  Can you send a compiler log file to this list (possibly
compressed in case it is big)?


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]