Re: Nim interface-based DLLs

2018-02-01 Thread Araq
DLL building has a couple of open bug reports, not sure if they affect Windows though. VTables are easy to do but independent of "interface"ing with other languages like Delphi.

Nim interface-based DLLs

2018-02-01 Thread bobd
I'm new to Nim - bought the book and will be getting started soon. I'm mostly using Delphi for fat clients - I've no plans to change that but would like to start implementing some functionality in Nim. I make extensive use of interface-based Delphi DLLs (i.e. I return an interface reference to t