This isn't exactly a VC++ question, but I think getting an answer is most likely in here.

I'm developing an interface library to be used by a plug-in system using IDL. I need to reference some Visual Basic classes defined in the file VB6.OLB. I tried to import that file, but the IDL compiler doesn't really like it. If I don't import it, the IDL compiler won't know the classes I'm referring to.

Is there any way of telling the compiler that the information about those VB classes are to be found in VB6.OLB or is there any workaround I could use?

Regards,
Captain Nuss