3 Apr
2006
3 Apr
'06
11:22 a.m.
Hello All , I have devloped a c++ dll named mydll in c++ how can I access it with in python script using ctype... Regard's Lalit
3 Apr
3 Apr
5:17 p.m.
On 4/3/06, Lalit DIGARI <lalit.digari@st.com> wrote:
Hello All , I have devloped a c++ dll named mydll in c++ how can I access it with in python script using ctype...
Hi. I think this is the wrong mailing list to ask. Any way, you can not do it. There are 2 reasons: 1. functions name mangling 2. resource management You have few choices: 1. To create thin wrapper to dll that will expose ".NET" interface 2. To use boost.python library ( or if you resist SWIG )
Regard's Lalit
-- Roman Yakovenko C++ Python language binding http://www.language-binding.net/
6861
Age (days ago)
6861
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lalit DIGARI
-
Roman Yakovenko