sqlago
sqlago copied to clipboard
undefined: syscall.MustLoadDLL
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
@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?
The some problem for MacOsX,Hope fast fix this problem,Thank you for us.
syscall only can be used on Windows, dont compile it on Macos.