Hello,
I have a project done with nim 1.4, compilation and run is ok.
When I tried on another machine to compile it using last nim 1.6.6, I've got a compilation error: psutil_wind.nim(151, 30) Error type mistmatch: got <HANDLE, HMODULE, array[0..259, TCHAR], DWORD> but expected one of: proc GetModuleBaseName(hProcess: HNDLE, hModule: HMODULE: lpBaseName: LPWSTR, nSize: DWORD): DWORD
On my code I am using psutil.pid As told in topics https://forum.nim-lang.org/t/4648 I did an update on the new machine just in case an old module still remain.
Please help
Regards Fabien