Re: regarding SWIG

2008-07-22 Thread Stefaan Himpe
Hi.. I'm new to SWIG and need to create Wrapper for C code, so, I have installed the SWIG already but doesnot know how to run it for generating Interface file... As far as I understand, SWIG will not generate an interface file for you. You have to write it yourself, to tell SWIG what parts of y

Re: regarding SWIG

2008-07-22 Thread Hyuga
On Jul 22, 5:34 am, Anish Chapagain <[EMAIL PROTECTED]> wrote: > Hi.. > I'm new to SWIG and need to create Wrapper for C code, > so, I have installed the SWIG already but doesnot know how to run it > for generating Interface file... > My C code is in message.c so what do i need to do the first > st

Re: regarding SWIG

2008-07-22 Thread Diez B. Roggisch
Anish Chapagain wrote: > Hi.. > I'm new to SWIG and need to create Wrapper for C code, > so, I have installed the SWIG already but doesnot know how to run it > for generating Interface file... > My C code is in message.c so what do i need to do the first > step..uisng SWIG..i read the documentatio

regarding SWIG

2008-07-22 Thread Anish Chapagain
Hi.. I'm new to SWIG and need to create Wrapper for C code, so, I have installed the SWIG already but doesnot know how to run it for generating Interface file... My C code is in message.c so what do i need to do the first step..uisng SWIG..i read the documentation but cannot grasp creating interfac