摘要:
#pragmaonce #include<iostream>usingnamespacestd; namespaceMyDLL{ //导出类 classMyDLL { public: MyDLL(); ~MyDLL(); intadd(intx,inty);//简单方法 }; extern"C"__declspec(dllexport)voidShowMsg();}#include"MyDLL.h" namespaceMyDLL{ MyDLL::MyDLL() { } MyDLL::~MyDLL() { } extern"C&quo 阅读全文
posted @ 2013-06-06 18:13
Predator
阅读(523)
评论(0)
推荐(0)

浙公网安备 33010602011771号