>>> Hi
>>>
[quoted text clipped - 11 lines]
> How do Igenerate wrapper classes? Is there a site which explains how
> to proceed?
As i said, use the #import directive. The doc is here :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pr
edir_The_.23.import_Directive.asp?frame=true
>I assume this means I have to use MFC, right?
You assume wrongly...
Arnaud
MVP - VC
Fredrik Wahlgren - 18 Jan 2005 20:08 GMT
> >>> Hi
> >>>
[quoted text clipped - 13 lines]
>
> As i said, use the #import directive. The doc is here :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pr
edir_The_.23.import_Directive.asp?frame=true
> >I assume this means I have to use MFC, right?
> You assume wrongly...
>
> Arnaud
> MVP - VC
I think I know how to do this know. I managed to implement an interface
written in C#. And sure enough, there was my Range parameter. I suppose that
if I wanted to create a function "Manually", using the wixzard, I would
select an IDsipatch pointer and then manually change it to Excel::Range. I
think that in VC6, you had to deal with the idl file as well.
/Fredrik