[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] LongJmp/SetJmp
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] LongJmp/SetJmp |
Date: |
Sat, 13 Oct 2001 01:06:55 +0200 (CEST) |
> FreeType becomes more and more complicated for me. I compile and
> link a C-library that works without STDLIB; in order to use FREETYPE
> with Pascal.
>
> Therefore I must have a source for each and every procedure that
> freetype2 uses.
>
> Until now it's no problem - besides tracing which I can not use.
>
> From now on, FreeType2 uses SetJmp and LongJmp. Is there no chance
> do do it without? I have no idea, how I could manage this problem.
In case you want to use forthcoming releases of FreeType, you *must*
have setjmp/longjmp working! We're going to use David's mlib
implementation to simplify error handling, and this library uses those
two functions.
Werner