A
arne.muller
Hello,
I'm looking for some resources (books, web-sites, docs ...) on how to
write complex perl extensions in C. I've read the perlxstut, but still
don't understand how to convert complex types.
Specificly, my C-routine needs a pointer to a structure, some members
of this structure are pointers to type double arrays. On the perl side
this structure is an object. The return value of the C function is a
different type of structure, but again containing pointers to array (on
the perl side this is an object).
Maybe you can point out some places on the web or news grou articles (I
didn't find much!).
greetings,
Arne
I'm looking for some resources (books, web-sites, docs ...) on how to
write complex perl extensions in C. I've read the perlxstut, but still
don't understand how to convert complex types.
Specificly, my C-routine needs a pointer to a structure, some members
of this structure are pointers to type double arrays. On the perl side
this structure is an object. The return value of the C function is a
different type of structure, but again containing pointers to array (on
the perl side this is an object).
Maybe you can point out some places on the web or news grou articles (I
didn't find much!).
greetings,
Arne