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
This is the error code
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:9:25: undefined: syscall.LoadLibrary ../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:13:16: undefined: syscall.FreeLibrary ../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:14:23: undefined: syscall.GetProcAddress ../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:18:71: undefined: syscall.StringToUTF16Ptr ../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:18:101: too many arguments in call to syscall.Syscall have (unknown type, number, unknown type, number, number) want (uintptr, uintptr, uintptr, uintptr)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the error code
github.com/lxi1400/GoTitle
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:9:25: undefined: syscall.LoadLibrary
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:13:16: undefined: syscall.FreeLibrary
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:14:23: undefined: syscall.GetProcAddress
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:18:71: undefined: syscall.StringToUTF16Ptr
../go/pkg/mod/github.com/lxi1400/!go![email protected]/title.go:18:101: too many arguments in call to syscall.Syscall
have (unknown type, number, unknown type, number, number)
want (uintptr, uintptr, uintptr, uintptr)
The text was updated successfully, but these errors were encountered: