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
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
-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
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
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
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