Matheus C. França

Results 305 comments of Matheus C. França

> This is my local 'merge-branch' btw: > > https://github.com/floooh/sokol/tree/kassane-dlang_bindgen Merge your minor fixes...

commit: https://github.com/ivmai/bdwgc/commit/b1fe06200d716cd63d3ec321654fb4d03d610240 MinGW build: :ok: MSVC build: :x: preview-error ![image](https://github.com/ivmai/bdwgc/assets/6756180/80cd25de-44e0-4420-9937-20575f6e4231)

> Please give me more details: which build configuration? Do you have ideas why process.h is not found? Sorry! It was a winSDK dependency failure. [ignore] After using windbg, I...

`ABORT(msg)` no emit any error about... **msvc-sharedlib** ![image](https://github.com/ivmai/bdwgc/assets/6756180/366036ae-e74b-44a7-872b-3167a495535f)

> I tried to reproduce it locally, but failed to setup build environment with Zig using MSVC (I don't have such issue with e.g. cmake): **CMake - msvc libs** -...

Wouldn't this be a third-party library? I don't understand the relevance to the upstream D project. All you had to do was open an issue or fork @yilabs project.

Maybe help: Sample, how to use: https://codeberg.org/kassane/dlang-cbindgen Upstream PR: https://github.com/mozilla/cbindgen/pull/1005

I had performed a test on ldc2 using llvm-mos. The built examples run normally, but bit prediction is complicated for architectures below 32-bit. I tried to make some changes on...

Another reference: Zig FFI - https://github.com/oven-sh/bun/issues/591#issuecomment-1378027682 - https://github.com/kassane/zFFI/issues/2 (progress report - cbindgen-fork)

Surprising, I found this project that haven't tried yet that extracts the list of board registers from the manual. https://github.com/daym/allwinner-register-interface-extractor Edit: I have found an [issue/1](https://github.com/daym/allwinner-register-interface-extractor/issues/1) when trying to get...