摘要: ## java调用dll ## 首选写dll ``` # include _declspec(dllexport) char* go(char *ch) { MessageBox(NULL, TEXT(ch), TEXT("你好"), MB_OK); return "来自dll的问候"; } ``` 阅读全文
posted @ 2018-08-09 15:44 猥琐熊花子酱 阅读(1477) 评论(0) 推荐(0) 编辑