On Mon, 03 Jul 2006 16:41:11 -0600 Fernando Perez <[EMAIL PROTECTED]> wrote:
> > So I'd like to know if SWIG is really the best way out in this particular > case > (and any advice on taking advantage of the array interface via SWIG would be > appreciated), or if ctypes or pyrex could be used here. I'm quite happy > using > pyrex in other contexts, but I know it doesn't directly support C++. > However, > since I have access to all the code, perhaps a pure C layer could be used to > bridge the C++/pyrex gap. Or given the recent praise for ctypes, perhaps > that > can be an option? Pyrex can handle some C++. Eg. make objects, and call methods. You will need to search the pyrex email archives for all the tricks to get this to work. Simon. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/numpy-discussion
