www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Acruvex dll in D

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?
Mar 14 2017