[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Runtime check for bytecode interpreter?
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Runtime check for bytecode interpreter? |
Date: |
Wed, 05 Mar 2003 15:49:24 +0100 (CET) |
> Can anyone tell me if there is a way to check at runtime if the
> library is compiled with the byte code interpreter?
Hmm, perhaps we should add an FT_Get_Status() function which fills a
structure like this
struct FT_StatusRec {
int32 s1, s2, ...;
}
each bit of s1, s2, ... then is related to a FT_CONFIG_OPTION_XXX
macro.
Werner