converting IDL to .net Interfaces

  • Thread starter Thread starter Dan Holmes
  • Start date Start date
D

Dan Holmes

does anyone know of any tools that will convert IDL/tlbs to 100% VB.NET
or C# source? All the IDL was written for compatibility with VB6. It
is not complex but i have so much of it it would take a long time to do
by hand.

dan
 
Correct me if I am wrong, but aren't IDLs just interface definitions. They
contain no implementation. What is your goal for converting the
definitions?
 
Peter said:
Correct me if I am wrong, but aren't IDLs just interface definitions. They
contain no implementation. What is your goal for converting the
definitions?
Not having to port the interfaces by by hand.

dan
 
I guess my question is, do you intend to simply all the COM component from
your .NET application, or are you going to port the COM code to .NET?
 
Hello Dan,

See TypeLibConverter Class and TLBIMP.EXE descriptions and samples in MSDN

DH> does anyone know of any tools that will convert IDL/tlbs to 100%
DH> VB.NET or C# source? All the IDL was written for compatibility with
DH> VB6. It is not complex but i have so much of it it would take a
DH> long time to do by hand.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top