Click to See Complete Forum and Search --> : No IDispatch


Jim Bassett
April 27th, 1999, 01:04 PM
I have a COM componet with a tlb that does not have an IDispatch and it uses smart pointer. I want to use the component using MFC but cannot find anything in books, etc. on how to access the interfaces and methods using MFC via the tlb. Does anyone out there have a simple example of how this is done?


Thanks

Jim Bassett

April 28th, 1999, 04:17 AM
It's not MFC, but have you tried #import?