I successfully figured out calling one Delphi DLL from C# (created a struct on the C# side).  Now I need to do it with another DLL.  One of the records contains sets.  Does anyone know how I can get a Delphi set to work in C#?

Comments