Click here to Skip to main content
15,920,438 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralWTL Helper class: Message Map unused Pin
peterchen26-Jan-04 9:00
peterchen26-Jan-04 9:00 
GeneralRe: WTL Helper class: Message Map unused Pin
Jörgen Sigvardsson26-Jan-04 9:26
Jörgen Sigvardsson26-Jan-04 9:26 
GeneralRe: WTL Helper class: Message Map unused Pin
peterchen26-Jan-04 9:44
peterchen26-Jan-04 9:44 
GeneralRe: WTL Helper class: Message Map unused Pin
Jörgen Sigvardsson26-Jan-04 9:52
Jörgen Sigvardsson26-Jan-04 9:52 
GeneralIPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax25-Jan-04 20:37
Vermithrax25-Jan-04 20:37 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Jason De Arte27-Jan-04 6:40
Jason De Arte27-Jan-04 6:40 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 6:42
Vermithrax27-Jan-04 6:42 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 10:29
Vermithrax27-Jan-04 10:29 
Well, I gave that a try... The only thing is this... Wink | ;)

I had to add these two parts in:

(110) BEGIN_COM_MAP(CIEBand)
(111) COM_INTERFACE_ENTRY(IPersistPropertyBag)
(112) END_COM_MAP()
(113)
(114) BEGIN_PROP_MAP(CIEBand)
(115) PROP_DATA_ENTRY("text",1,CLSID_NULL)
(116) END_PROP_MAP()

I didn't have the com or prop maps in there before...

When I went to compile, it crapped out on the PROP_DATA_ENTRY line, with the following error(s):

IEBand.h(115) : error C2059: syntax error : 'constant'
IEBand.h(115) : error C2059: syntax error : ','
IEBand.h(116) : error C2143: syntax error : missing ';' before '{'
IEBand.h(116) : error C2447: '{' : missing function header (old-style formal list?)
IEBand.h(116) : error C2059: syntax error : '}'
IEBand.h(116) : error C2059: syntax error : 'return'
IEBand.h(116) : error C2059: syntax error : '}'


YOUCH! :P Any thoughts on this?
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Jason De Arte27-Jan-04 11:36
Jason De Arte27-Jan-04 11:36 
GeneralRe: IPersistPropertyBag/IPersistPropertyBagImpl question Pin
Vermithrax27-Jan-04 11:37
Vermithrax27-Jan-04 11:37 
GeneralATL Component > .NET issue Pin
dabossuk24-Jan-04 6:20
dabossuk24-Jan-04 6:20 
QuestionHow to call a ATL component from vbscript Pin
Inam23-Jan-04 22:45
Inam23-Jan-04 22:45 
AnswerRe: How to call a ATL component from vbscript Pin
Jörgen Sigvardsson24-Jan-04 9:51
Jörgen Sigvardsson24-Jan-04 9:51 
GeneralSigning ActiveX Controls Pin
Monty221-Jan-04 0:17
Monty221-Jan-04 0:17 
GeneralRe: Signing ActiveX Controls Pin
LunaticFringe21-Jan-04 0:56
LunaticFringe21-Jan-04 0:56 
GeneralRe: Signing ActiveX Controls Pin
Michael Dunn21-Jan-04 12:54
sitebuilderMichael Dunn21-Jan-04 12:54 
GeneralXP Themes not woking in an ActiveX control in IE Pin
Jason De Arte19-Jan-04 19:40
Jason De Arte19-Jan-04 19:40 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Michael Dunn20-Jan-04 12:57
sitebuilderMichael Dunn20-Jan-04 12:57 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Jason De Arte20-Jan-04 15:34
Jason De Arte20-Jan-04 15:34 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Michael Dunn21-Jan-04 13:03
sitebuilderMichael Dunn21-Jan-04 13:03 
GeneralRe: XP Themes not woking in an ActiveX control in IE Pin
Jason De Arte21-Jan-04 14:37
Jason De Arte21-Jan-04 14:37 
Generalputting template objects in a container Pin
Joo Andras19-Jan-04 3:33
Joo Andras19-Jan-04 3:33 
GeneralRe: putting template objects in a container Pin
Joaquín M López Muñoz19-Jan-04 6:15
Joaquín M López Muñoz19-Jan-04 6:15 
GeneralRe: putting template objects in a container Pin
Joo Andras19-Jan-04 21:14
Joo Andras19-Jan-04 21:14 
GeneralRe: putting template objects in a container Pin
Lim Bio Liong20-Jan-04 5:02
Lim Bio Liong20-Jan-04 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.