How to access MFC classes in Python using SWIG ?

Harish harry_chillboy at rediffmail.com
Tue Dec 16 03:24:27 EST 2003


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.
Could you give me any directions..

Thank you in anticipation
Harish




More information about the Python-list mailing list