TESTDLL.dll

时间:2024-05-02 12:40:35
【文件属性】:

文件名称:TESTDLL.dll

文件大小:57KB

文件格式:DLL

更新时间:2024-05-02 12:40:35

java

文章路径:https://blog.csdn.net/qaz558258/article/details/115635232 JAVA调用DLL的脚本是使用,两个方法 TESTDLL_API int add(int a, int b) { int value = a + b; return value; } TESTDLL_API char getName(char nameCode) { return nameCode; }


网友评论