[PyKDE] (no subject)

2005-05-23 Thread huaicai
It might not strictly be required, but I'd add: %ModuleHeaderCode #include %End after the %CModule line (although it seems like you'd get compile errors >if it was really necessary - might depend on whether sip generated code >is concatenated for compiling or not). You might a

Re: [PyKDE] ANN: eric3 3.7.0-rc1 released

2005-05-23 Thread Douglas Soares de Andrade
Hi ! An arch linux PKGBUILD is here: http://aur.archlinux.org/packages.php?do_Details=1&ID=965&O=0&L=0&C=0&K=eric&SB=n&PP=25&do_MyPackages=0 See ya ! Em Segunda 23 Maio 2005 23:02, Torsten Marek escreveu: > Detlev Offenbach schrieb: > > Hi, > > > > this is to let all of you know about the relea

Re: [PyKDE] ANN: eric3 3.7.0-rc1 released

2005-05-23 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Detlev Offenbach schrieb: > Hi, > > this is to let all of you know about the release of RC1 of the upcoming > version 3.7.0 of eric3. It is available via the snapshots link of the eric3 > web site. > > http://www.die-offenbachs.de/detlev/snapshots

Re: [review] [PyKDE] Help on wrapping a C library

2005-05-23 Thread Jim Bublitz
On Monday 23 May 2005 11:38, huaicai wrote: > Hi all, > > I was trying to use SIP to wrap a C library GTS(gnu triangular surface). I > am new to the SIP tool, so before wrapping GTS, I am learning to wrap a > simple C libary just like the C example(word) in the SIP reference guide. > > I implemente

RE: [PyKDE] Help on wrapping a C library

2005-05-23 Thread Huaicai Mo
Roberto, Thank you for the reply. Initially, I planned to use SWIG, which was used to create the PyOpenGL package, but I read the article: http://people.web.psi.ch/geus/talks/europython2004_geus.pdf It looks to me SIP has better performance, but I am not sure if that's only true for C++? I d

[PyKDE] Help on wrapping a C library

2005-05-23 Thread huaicai
Hi all, I was trying to use SIP to wrap a C library GTS(gnu triangular surface). I am new to the SIP tool, so before wrapping GTS, I am learning to wrap a simple C libary just like the C example(word) in the SIP reference guide. I implemented the "Word" libary in C and a C test program works