Re: SWIG Python Extension winth C++ Problematic

2006-08-04 Thread Chandrashekhar kaushik
Hi skipthanks for replying I made a small test case that fails with a similar problem This is how it looks 1. Two simple classes A and B , each holds an integer.2. A has a function getB() that returns pointer to B. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\#ifndef __AB_H__#define __AB_H__c

Re: SWIG Python Extension winth C++ Problematic

2006-08-04 Thread skip
>> I have been working getting my C++ code to be used in Python ( >> Basically Extending ) This is the problem i am facing rite now. >> >> I have a function that returns a Pointer to a class in my C++ Code >> >> It looks like this ... >> I have used SWIG to get th