J'ai essayé le jnaerator SimpleMeaningfulExample (http://code.google.com/p/jnaerator/wiki/SimpleMeaningfulExample) et obtenu: $ java -jar jnaerator-0.9.2.jar -library Test Test.h -o . -v
Exception in
J'essaye d'accéder à un tableau de struct dans une structure. Ceci est le code correspondant C réduit au problème: typedef struct {
int a;
int b;
} fileinfo_t;
typedef struct {
filei