[Python-SWIG-C++] one question about wrapper interface files

real.self at gmail.com real.self at gmail.com
Thu Oct 11 13:19:25 EDT 2007


Dear All,

I am new to Python and SWIG, and I tried to search the SWIG
mailinglist for my specific question, but I did not find it. And for a
simple one c++ file, I can handle it successfully.

Now I have a small project including several C files, file1.C file2.C
file3.C file2.h file3.h , file1.C is the main() entry for my project,
and file1.C has the following include statements
    #include file2.h
   #include fille3.h

So for using SWIG,  What should I do?

Thanks in advance!

Jiangfan Shi




More information about the Python-list mailing list