betterC DLL in Windows

Tamas km212121 at gmail.com
Mon Feb 6 19:33:41 UTC 2023


On Sunday, 5 February 2023 at 19:00:16 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
> So LDC with druntime and yes GC turned on is good enough right 
> now that you can probably make it work without too much effort. 
> You don't necessarily have to limit yourself to -betterC.
>
> In fact if you don't, you have access to PyD[0] which can 
> handle the interop stuff for you. I haven't personally used it, 
> but it might work for your use case :)
>
> [...]
> But yeah if you can avoid having to create bindings for stuff 
> (such as glib which we have bindings for), or wrappers ext. do 
> so. That way you can do more of the fun things!

Sounds quite convincing, I think I might do it this way, instead 
of with betterC. Not needing additional python bindings does 
sound like a big plus. Thanks.


More information about the Digitalmars-d-learn mailing list