in reply to XS prototype (or not) problem?
When the module is compiled, a OpenGL.c file is generated, can you post the code for the function wrapper?use OpenGL; print prototype("OpenGL::glColor3f"), "\n";
Also, how is the function registered in the interpreter? Look for a cv = newXS("OpenGL::glColor3f", ...) statement probably followed by sv_setpv((SV*)cv, "$$$") to set the prototype
|
|---|