Re: Can't make a COM Object external
From: Karl Heinz Buchegger (kbuchegg_at_gascad.at)
Date: 01/19/05
- Next message: chris: "Re: Double comparison problem"
- Previous message: Stefan: "Re: Can't make a COM Object external"
- In reply to: Stefan: "Re: Can't make a COM Object external"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 Jan 2005 15:45:26 +0100
Stefan wrote:
>
> " Globals.h(127): error C2143: syntax error : missing ';' before '<' "
> Line 127 is: "extern CComPtr<IHTMLDocument2> spDoc;"
You need additional includes in Globals.h.
The compiler has no idea what a CComPtr is.
Include the header file which declares that and
you should be fine.
-- Karl Heinz Buchegger kbuchegg@gascad.at
- Next message: chris: "Re: Double comparison problem"
- Previous message: Stefan: "Re: Can't make a COM Object external"
- In reply to: Stefan: "Re: Can't make a COM Object external"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|