Board index » Visual Studio » Generating type library from a VB dll

Generating type library from a VB dll

Visual Studio55
Hi all,



I have a vb active X dll project and would like to get a a type

library. I used MIDL but I am having problems. Also, what the

difference between type library and dll? Thanks



Bee


-
 

Re:Generating type library from a VB dll

"bee" <cat@yours.com>wrote in message

Quote
Hi all,



I have a vb active X dll project and would like to get a a type

library. I used MIDL but I am having problems. Also, what the

difference between type library and dll? Thanks



Bee





Try Googling for "Generating type library from VB dll". You will be amazed

with the wealth of information that returns.





-

Re:Generating type library from a VB dll

I believe there is an option when compiling an vb activex dll that allows

you to create a dll for remote execution... I believe this option will

automatically create a type library for you... But if you need to edit it

then I would suggest you do the google as the previous responder

suggested...



"Harry Strybos" <harry_NOSPAM@ffapaysmart.com.au>wrote in message

Quote
"bee" <cat@yours.com>wrote in message

news:1138901206.280539.86210@o13g2000cwo.googlegroups.com...

>Hi all,

>

>I have a vb active X dll project and would like to get a a type

>library. I used MIDL but I am having problems. Also, what the

>difference between type library and dll? Thanks

>

>Bee

>



Try Googling for "Generating type library from VB dll". You will be amazed

with the wealth of information that returns.









-

Re:Generating type library from a VB dll



"Wendell Buckner" <wendellbuckner@sbcglobal.net>wrote in message

Quote
I believe there is an option when compiling an vb activex dll that allows

you to create a dll for remote execution... I believe this option will

automatically create a type library for you... But if you need to edit it

then I would suggest you do the google as the previous responder

suggested...





FYI, this option is only available in the Enterprise Edition.





-