How to access MFC classes in Python using SWIG ?
Brian Kelley
bkelley at wi.mit.edu
Wed Dec 17 10:49:27 EST 2003
More information about the Python-list mailing list
Wed Dec 17 10:49:27 EST 2003
- Previous message (by thread): Converting arrarys in Python to arrays in C
- Next message (by thread): How to access MFC classes in Python using SWIG ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John J. Lee wrote: > harry_chillboy at rediffmail.com (Harish) writes: > > >>I am using Python2.3 version with SWIG-1.3.19 to access C++ interface >>provided by a DLL. >>Some of its function returns MFC class objects like CString , CMap. I >>tried to generate wrapper for these classes using SWIG by including >>respective header files in .i file. >>But it doesn't work. Swig reports hundreds parsing errors in MFC's >>file. the ctypes package may do what you want http://starship.python.net/crew/theller/ctypes/tutorial.html Brian
- Previous message (by thread): Converting arrarys in Python to arrays in C
- Next message (by thread): How to access MFC classes in Python using SWIG ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list