hModule := LoadLibrary('module1.dll'); Run := GetProcAddress(hModule, 'Run'); ... Close; end;. Problem #1 : DLLForm is not released.
確定! 回上一頁