Suirad

Results 4 comments of Suirad

Id like to see some examples of interacting with C++ structs/classes from zig code.

Yea the "real-fix" for this would be to actually parse `.zig` files looking for the exports, rather than doing comptime reflection. I would say that a work around for this...

Some background for anyone not familiar: `ntdll.dll` is the only constant that is required for a windows userland process, as its what does the syscalls. `kernel32.dll` mostly just wraps ntdll...

@MasterQ32 While I agree with pretty much all of your points, I don't believe this proposal is advocating for as drastic as a change as you are addressing. I may...