LemonBoy

Results 136 comments of LemonBoy

> I just simply add __declspec(dllexport) in c source, and it work like a charm.. Then `-fdll-export-fns` is your friend, it marks all the exported declarations as `dllexport`. I'm no...

Been AFK for the past weeks, I'll get back to this ASAP.

> What does it look like when I want to write zig code that calls execve and I don't care about Windows or other operating systems that don't support it?...

> You may find it interesting to look at how SQLite does it, too. I believe it's similar in spirit to your proposal. (But it's also hot-pluggable with support for...

If the code works under Windows the problem is in Wine implementation of the terminal API

The `prop_delete` is only deleting the `foo` tag in line 1+2 then only the second half of `bar` in line 3, the first half in line 2 is not touched...