[SPAM: 3.000] [Pyrex] size_t and reference passing in 64-bit platforms

Greg Ewing greg at cosc.canterbury.ac.nz
Wed Jan 21 05:42:10 CET 2004


> I'm having problems when using the special type "size_t" and perhaps you can
> give me a hand. What I want is to pass a size_t data type per reference to a
> C function

Pyrex doesn't handle this very well at the moment. You'll have to find
out what the actual definition of size_t is on your platform and use
that. Obviously this makes your Pyrex code platform-dependent, but
that can't be helped. I hope to provide a better solution in some
future version.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+





More information about the Pyrex mailing list