digitalmars.D - [SAOC 2025] Improve importC Weekly Update #8
- Emmanuel (12/12) Nov 10 This week,
This week, I looked into getting sdl library work in D for importC. I researched on how to use the library by looking at the API. I also got some builtins implemented (not done) for the issue as reported by Mike Shah in https://github.com/dlang/dmd/issues/21932 I am actually setting it up as a dub project to be able to track its full functionality and then move fixes to dmd mainstream. more projects will be added in the future but for now, the sdl3 library is being setup to ensure everything works with DMD. I believe this will help us catch very useful compilation errors. link to setup : https://github.com/Emmankoko/importC
Nov 10








Emmanuel <emmankoko519 gmail.com>