You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Windows 10 nim version: Nim Compiler Version 1.6.6 [Windows: amd64]
import psutil
.nimble\pkgs\psutil-0.6.0\psutil\psutil_windows.nim(151, 30) Error: type mismatch: got <HANDLE, HMODULE, array[0..259, TCHAR], DWORD>
but expected one of:
proc GetModuleBaseName(hProcess: HANDLE; hModule: HMODULE; lpBaseName: LPWSTR;
nSize: DWORD): DWORD
first type mismatch at position: 3
required type for lpBaseName: LPWSTR
but expression 'szProcessName' is of type: array[0..259, TCHAR]
expression: GetModuleBaseName(hProcess, hMod, szProcessName, cast[DWORD](len(szProcessName)))
Type mismatch at GetModuleBaseName()
OS: Windows 10
nim version: Nim Compiler Version 1.6.6 [Windows: amd64]
import psutil
psutil_windows.nim(151, 30)
The text was updated successfully, but these errors were encountered: