function pointer

Curtis Jensen cjensen at bioeng.ucsd.edu
Mon Dec 11 20:51:01 EST 2000


Is there a way to pass a pointer to a function from a module in a shared
library?  e.g. We have a compiled C module that has the function "foo"
in it (foo is not wrapped, it's straight C code).  We have another
copiled C module.  We want "foo" to be passed in to a function in the
second module as a paramater.  Is this possible?  Hope this makes sence.

-- 
Curtis Jensen
cjensen at bioeng.ucsd.edu
http://www-bioeng.ucsd.edu/~cjensen/
FAX (425) 740-1451



More information about the Python-list mailing list