On Tue 14 Oct 2008 11:43, john <[EMAIL PROTECTED]> writes: > I am trying to get to grips with manually wrapping C functions but > need some pointers. I have a C function: > > packedEncode *initializeEncode(char *pdu, int size)
You need to create a smob type for the packedEncode data structure. Make sure that if C has a reference to it, that Scheme does also. Check the section of the manual about "SMOBs". Andy -- http://wingolog.org/