exporting symbols with ctypes?

Diez B. Roggisch deets at nospam.web.de
Mon Apr 6 03:00:30 EDT 2009


Brian schrieb:
> I'd like to load a library that expects executables which link against
> it to provide a particular symbol.  Is there a way to do the inverse
> of the in_dll() operation?  I'd prefer to avoid creating a brand new
> library on the fly just to satisfy this one dependency.

Maybe elmer can help here:

http://elmer.sourceforge.net/

It appears to be a bit dated, but maybe it shows a way how to go about this.

Diez



More information about the Python-list mailing list