An object-oriented
DLL written in Delphi exports functions with parameters of interface type. A code consuming such
DLL can use an interface reference directly, but a better way is to write a wrapper type which incapsulates an interface reference. Let us consider as an example a simple interface ...
More...