>I am not an expert on this, but it has always seemed very complex to me. > >Here is some sample code. > >The import statement: > >#import "LandAuto.tlb" no_namespace > >A function that uses this import tlb:
Thanks for this. Your code sample appears to indicate that the import does NOT create any kind of wrapper class, but instead still requires basic COM calls (hence, the QueryInterface()s)... is that correct? If so, then #import isn't really helping me... the ClassWizard route is so much neater to code for. -- Jason Teagle [EMAIL PROTECTED]
