How can I call upon C# DLL methods from within a Delphi6 application using RGiesecke’s UnmanagedExports NuGet package?
I have a legacy Delphi6 app. It was making use of iManage’s COM interface DLL’s. (Imported into D6 as _TLB unit files you’d include in the uses statements) BUT… iManage has End-of-Life’d their COM Api. iManage Work’s API is now a REST-Api. iManage released an iManage Work SDK, made for .NET apps along with their … Read more