>>>>> "Thomas" == Thomas Heller <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to