FLI: How to retrieve structures from c to Lisp:
For example :
struct d3dvector
{
float x;
float y;
float z;
}
static d3dvector* vector;
d3dvector* fn ()
{
return vector;
}
How could I get those data from c to Lisp.
thanks
bobi
For example :
struct d3dvector
{
float x;
float y;
float z;
}
static d3dvector* vector;
d3dvector* fn ()
{
return vector;
}
How could I get those data from c to Lisp.
thanks
bobi
Unable to parse email body. Email id is 5474