Interop from command line

  • Thread starter Thread starter Russ Green
  • Start date Start date
R

Russ Green

Is it possible to generate an interop layer from the command line in VB.NET
2003 standard?

TIA

Russ
 
Have a look at tlbimp and aximp

tlbimp "myControl.ocx" /out:Interop.myControl.dll /namespace:myContro
aximp "myControl.ocx" /out:AxInterop.myControl.dll /rcw:Interop.myControl.dl

Hope this helps
Chris

----- Russ Green wrote: ----

Is it possible to generate an interop layer from the command line in VB.NE
2003 standard

TI

Rus
 
Back
Top