On Sat, 2012-11-10 at 14:08 -0800, Ellery Newcomer wrote:
[…]
> Never used ctypes. How difficult would it be to get python 
> objects/functions to the extension side?

As long as the code compiles to a shared object/dynamic link library and
presents C-linkage entry points, Python code can call the entry points
through ctypes. C++ codes just provide C-linkage entries, D codes just
provide C-linkage entries. The real issue is that it must be a shared
object or dynamic link library. 
-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to