you might want to build an XS module for your projectI've often wondered whether there is something that can be handled by XS and that
cannot be handled by Inline::C. When I look at the XS file that Inline::C generates, I find that it invariably contains "PROTOTYPES: DISABLE" - which leads me to believe that there may well be instances where Inline::C fails but XS succeeds (eg those instances where one
needs to specify "PROTOTYPES: ENABLE" ... if such instances exist). Does anyone have a simple example of something that can be done using XS, but cannot be done using Inline::C ?
Sorry,
Velaki, this question is not addressed specifically to you. It should probably be raised as a separate thread ... which is something I may yet do.
Cheers,
Rob