We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I reload a script that contains #include , I get the error
Warning: This variable appears to never be assigned a value. Specifically: local varSetCapacity ---- D:\the good stuff... 3\AutoHotKey\Lib\toStr.ahk 087: } 090: { ▶ 091: hFile := fileObj.handle , varSetCapacity(lpszFilePath, 260 * 2 + 1) , cchFilePath := 260 * 2 , dwFlags := 0x0 , ret := dllCall("GetFinalPathNameByHandleW", "Ptr", hFile, "Str", lpszFilePath, "UInt", cchFilePath, "UInt", dwFlags) 097: If (ret > 260 * 2) 097: { For more details, read the documentation for #Warn.
and
Warning: This variable appears to never be assigned a value. Specifically: local lpszFilePath ---- D:\the good stuff... 3\AutoHotKey\Lib\toStr.ahk 087: } 090: { ▶ 091: hFile := fileObj.handle , varSetCapacity(lpszFilePath, 260 * 2 + 1) , cchFilePath := 260 * 2 , dwFlags := 0x0 , ret := dllCall("GetFinalPathNameByHandleW", "Ptr", hFile, "Str", lpszFilePath, "UInt", cchFilePath, "UInt", dwFlags) 097: If (ret > 260 * 2) 097: { For more details, read the documentation for #Warn.
I am running v2 and forced your script to run it too with #Requires AutoHotkey v2.0. What should I change in your script to fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I reload a script that contains #include , I get the error
and
I am running v2 and forced your script to run it too with #Requires AutoHotkey v2.0. What should I change in your script to fix this?
The text was updated successfully, but these errors were encountered: