March 14, 2017
I have this activex dll in vb6 and would like to be able to use it in D

CClasexp.cls

Public Function Add (X As Integer, and As Integer)
     Add = (X + y)
End Function

How do i instantiate activex dll in D?