我的动态C库接收一些(指向)结构,其中包括分配的指针(由malloc)。被调用的函数允许在其上调用realloc。thread "main" java.lang.IllegalArgumentException: which is not supported within a Structure
at com.sun.jna.Structure.wri
在使用JNA的java中,我相信上面的函数将按如下方式包装: public int myCfunc(Pointers, IntByReference ls);需要链接到指针并传入参数s的对象将是实现JNA结构的类,例如:import com.sun.jna.Native;
import com.sun.jna