> Hello all,
>
[quoted text clipped - 6 lines]
>
> Bandit
Well yes and no.
You can use OLE Viewer to capture the 'typelib', the result of the 'idl' and
use that to recreate your own with only minor adjustments. Here is an
interesting source:
http://brucem.mystarband.net/mckinney2a.htm
Download the win typlib for examples of how to create your own idl, register
it, data types, etc. It also provides a very useful tool for all your
windows develoment.
There are others.
http://www.devx.com/vb2themax/Article/19830/0/page/2
As for the programmer of the component, it should be easier for him to
provide the idl for you, than for you to rebuild it. What is it built with
it? Please don't say ATL or VC++, because if that is the case then he is
just blowing smoke, as both of those enviroments build an IDL and typelib by
default. <g>
hth
-ralph