Hi,
I have just added all necessary files to my project
(as described in install.any - everything needed from
"base" directory, gzip, lzw, smooth, raster, autofit
and then all necessary font modules (type1, type42,
psaux, psnames, pshinter, cid, sfnt, truetype)
and have taken out unnecessary modules from ftmodule.h;
and as suggested from W.Lemberg in my previous post have defined
macro FT2_BUILD_LIBRARY;

Actually, my previous Freetype version (2.4.10) had exactly
the same crash on "FT_New_Memory_Face",
I have updated to the newer version in a hope
that it is already corrected.

Thank you,
Yuliana


Am 01.04.2014 13:36, schrieb suzuki toshiya:
> Hi,
>
> Could you tell me detail about how you built the binary?
> I can build FreeType2 for debugging for MinGW environment,
> but I have not tried Borland's C++ Builder.
>
> Regards,
> mpsuzuki
>
> On 04/01/2014 05:37 PM, Yuliana Zigangirova wrote:
>> Hi everyone,
>> thank you for the help with the compilation of Freetype 2.5  and now one 
>> more question.
>> I am trying  to get my project run in Windows 64 platform.
>> I have compiled win 64 executable (on  Borland's C++ Builder),
>> but the programm crashes somewhere inside Freetype.
>> FT_Init_FreeType( &ft_library) returns without error,
>>
>> but then the first call  to
>>
>>                err = FT_New_Memory_Face( ft_library,
>>                            fontBuf,    // first byte in memory
>>                            fontLen,      // size in bytes
>>                            0,         // face_index
>>                            &face1);
>>
>> ends in crash.
>>
>> Win 32 executable  works  OK.
>>
>> I am trying to understand which exactly line inside Freetype
>> causes the crash, but debugger inside Borland's Win 64 platform
>> works strange and I did not succeeded yet.
>> Could you may be suggest how I can try to debug Freetype,
>> so I can understand where exactly things go wrong?
>> What I can check and which tools use?
>>
>> Thank you very much in advance,
>> Yuliana
>>
>> _______________________________________________
>> Freetype-devel mailing list
>> [email protected]
>> https://lists.nongnu.org/mailman/listinfo/freetype-devel
>
>


_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to