摘要: 1.用vs (我使用的是vs2013)编写一个dll库 calculator.c #include "calculator.h" int add(int x, int y) { return x + y; } calculator.h #pragma once #include <stdio.h> 阅读全文
posted @ 2020-12-14 18:52 fc724 阅读(1335) 评论(0) 推荐(0)