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. -- http://mail.python.org/mailman/listinfo/python-list
- exporting symbols with ctypes? Brian
- Re: exporting symbols with ctypes? Diez B. Roggisch