freetype-devel
[Top][All Lists]
Advanced

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

[Devel] Runtime check for bytecode interpreter?


From: George Williams
Subject: [Devel] Runtime check for bytecode interpreter?
Date: Tue, 4 Mar 2003 15:59:52 -0800

Can anyone tell me if there is a way to check at runtime if the library is compiled with the byte code interpreter?

I suppose that on linux I can always do:
        handle = dlopen(NULL,RTLD_LAZY)
        if ( dlsym(handle,"TT_RunIns")!=NULL )
                /* Found it */;
        dlclose(handle)
But I'm hoping there's a more portable method...


reply via email to

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