NULL) { #if defined(WIN32) FreeLibrary(hmodule); #else dlclose(hmodule); #endif ... Func function = (Func)GetProcAddress(hmodule, functionName.c_str()); ...
確定! 回上一頁