converting IDL to .net Interfaces

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
 
P

Peter Rilling

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?
 
D

Dan Holmes

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
 
P

Peter Rilling

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?
 
M

Michael Nemtsev

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

Top