Acruvex dll in D

Cassio Butrico via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 14 16:19:32 PDT 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?



More information about the Digitalmars-d-learn mailing list