Python for S60 mentioned in a mainstream Finnish e-news website

Ville Vainio ville at spammers.com
Wed Feb 2 07:45:51 EST 2005


>>>>> "Thomas" == Thomas Heller <theller at python.net> writes:

    >> (Yeah, ctypes will probably be a problem because of the way Symbian
    >> handles DLLs)

    Thomas> How *does* symbian handle DLLs?

By ordinal, so the dll does not include the symbol name (in order to
keep the size small). Linker finds the ordinals from the .LIB file
that corresponds to the DLL.

(Someone who knows better might want to correct me if I'm wrong).

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list