DLL文件的引用
摘要:首先我们先要写一个DLL文件: 我先创建一个win32的DLL工程,在工程中添加了Math.h和Math.cpp文件,具体内容如下:Math.h:#pragma once#include "stdafx.h"#ifdef API_EXPORT#define DLL_EXPORT _decl...
阅读全文
posted @ 2015-05-04 23:17
posted @ 2015-05-04 23:17
posted @ 2015-05-04 23:15