Alex Brainman
Alex Brainman
> Forgive my ignorance, but what exactly gcc linking? Is it linking output of the go linker? You use 2 programs to build your Go program: - compiler converts your...
> Possibly stdio is off limits? I suspect you need to call Microsoft linker to find that code. Alex
> Maybe, you should try to do coff or omf instead of elf? @xoviat yes, you should not convert .obj files to elf, Windows version of gcc generates pe/coff files...
> Is there any way to preserve the temporary directory so that I can inspect its contents? cmd/link program has -tmpdir flag for that. You can use it like this:...
> Hi Alex! I would like to perform a [columnar wise bulk fetch](https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/column-wise-binding?view=sql-server-ver16). Is this supported by any of the exposed APIs? I don't remember implementing that functionality. But you...
> cc [@golang/windows](https://github.com/orgs/golang/teams/windows) Leaving for @neild because I don't even have Windows computer to debug this. Alex