在VC6.0 下编译通过。。。其它VC平台类似!一、建立 Win32 Dynamic-LinkLibrary 项目【dll.cpp】#include <iostream>#include <string>#include "dll.h"using namespace std;void add(char* aa){string bb = aa;cout << "you are right!" << "------" << bb <<endl;}【dll.h】#inc Read More
posted @ 2012-07-23 14:43
upendi
Views(891)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号