I’ve been working with Eric Grange on adding a new feature to the DWS compiler recently: external routines.* The goal of this feature is to allow DWS code to call into native routines like Delphi code can call into routines in a
DLL by writing a function signature and marking it external, ...
More...