sqlago icon indicating copy to clipboard operation
sqlago copied to clipboard

undefined: syscall.MustLoadDLL

Open ghost opened this issue 9 years ago • 3 comments

Trying to use this on MacOsX gives me an error? are there any fixes for this just yet?

go build

github.com/a-palchikov/sqlago

../../gopath/src/github.com/a-palchikov/sqlago/dbcapi.go:222: undefined: syscall.MustLoadDLL ../../gopath/src/github.com/a-palchikov/sqlago/dbcapi.go:346: too many arguments in call to syscall.Syscall

ghost avatar Dec 04 '15 19:12 ghost

@ivank2139 Hey, sorry for noticing this issue late. This is a windows-based library and no attempts were made to make it portable. What version of Sybase are you trying to use it with?

a-palchikov avatar Dec 20 '15 22:12 a-palchikov

The some problem for MacOsX,Hope fast fix this problem,Thank you for us.

bensinos avatar Mar 25 '16 06:03 bensinos

syscall only can be used on Windows, dont compile it on Macos.

Swifto0 avatar Oct 10 '22 07:10 Swifto0