动态加载dll

HINSTANCE hInst = LoadLibrary("MyDll.dll");
GetProcAddress(hInst,
"MyFun");
posted @ 2011-02-12 17:23  penink  阅读(144)  评论(0)    收藏  举报