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
> Freetype-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/freetype-devel


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to