You have to change this line fromcamille wrote:Regarding Flypes code from here: viewtopic.php?p=149777#p149777
The line highlighted in the PB gui is:I've tried to compile it with PB 5.72 LTS Beta 1 (x64).Code: Select all
CallFunctionFast(GetProp_(hwnd, "USER_HPROC"), filter\pszText, *lParam\iItem)
Does anybody know how to fix it?
Code: Select all
CallFunctionFast(GetProp_(hwnd, "USER_HPROC"), filter\pszText, *lParam\iItem)
Code: Select all
CallFunctionFast(GetProp_(hwnd, "USER_HPROC"), @filter\pszText, *lParam\iItem)
br,
Nico