动态加载dll

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