exporting symbols with ctypes?

B

Brian

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.
 
D

Diez B. Roggisch

Brian said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top