one question about SWIG

J

jiangfan

Dear All,

I am new to 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
 
V

Victor Bazarov

jiangfan said:
I am new to 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?

You should continue asking in the SWIG mailing list. SWIG is not part
of C++ language.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,792
Messages
2,569,639
Members
45,351
Latest member
RoxiePulli

Latest Threads

Top