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

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top