When you are calling to load the function from dll, you are using : HMODULE hMod = LoadLibrary("demo_application");. FuncPtr = (FP)GetProcAddress( hMod , " ...
確定! 回上一頁