CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: No IDispatch

  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    No IDispatch

    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


  2. #2
    Guest

    Re: No IDispatch

    It's not MFC, but have you tried #import?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured