摘要: #pragma once #define DLL_API __declspec(dllimport) extern "C" DLL_API int __stdcall Sum(int a, int b); operation.h #include "pch.h" #include "operatio 阅读全文
posted @ 2022-11-02 16:59 阿坦 阅读(147) 评论(0) 推荐(0)