Click here to Skip to main content
15,915,702 members
Home / Discussions / COM
   

COM

 
GeneralRe: How to Pass c++ object across ATL DLL Pin
Stephen Hewitt26-Jan-06 17:15
Stephen Hewitt26-Jan-06 17:15 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 17:25
annjose2426-Jan-06 17:25 
GeneralRe: How to Pass c++ object across ATL DLL Pin
Stephen Hewitt26-Jan-06 17:31
Stephen Hewitt26-Jan-06 17:31 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 18:15
annjose2426-Jan-06 18:15 
GeneralRe: How to Pass c++ object across ATL DLL Pin
Gizzo26-Jan-06 21:22
Gizzo26-Jan-06 21:22 
AnswerRe: How to Pass c++ object across ATL DLL Pin
Gizzo26-Jan-06 1:49
Gizzo26-Jan-06 1:49 
GeneralRe: How to Pass c++ object across ATL DLL Pin
annjose2426-Jan-06 16:36
annjose2426-Jan-06 16:36 
QuestionHelp with ENTRYID type and ENTRYLIST type Pin
Chris Meech24-Jan-06 10:40
Chris Meech24-Jan-06 10:40 
I'm having difficulty intializing a variable of type ENTRYLIST and I think I'm just missing something simple. I need to call IMAPIFolder::CopyMessage and the first variable is to be an LPENTRYLIST. So my code has
ENTRYLIST   elMessage[] = {1, &messageEID};
m_Folder->CopyMessage(&elMessage, ...
The compiler is not liking my initialization where the variable messageEID is of type ENTRYID and is the entry ID of a message within an Exchange folder. The error from the compiler makes sense, but I'm still unsure what needs to be change.
error C2440: 'initializing' : cannot convert from 'ENTRYID *' to 'struct _SBinary *'

What type of cast or type conversion do I need to do? Thanks.

Chris Meech

I am Canadian. [heard in a local bar]

When I want privacy, I'll close the bathroom door. [Stan Shannon]

Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
QuestionRe: Help with ENTRYID type and ENTRYLIST type Pin
Chris Meech26-Jan-06 7:15
Chris Meech26-Jan-06 7:15 
QuestionCOM DLL with IShellPropSheetExt Pin
souso2024-Jan-06 4:00
souso2024-Jan-06 4:00 
Questionsend error message to vb from c++ com Pin
mack scynox24-Jan-06 3:07
mack scynox24-Jan-06 3:07 
AnswerRe: send error message to vb from c++ com Pin
Gizzo24-Jan-06 5:00
Gizzo24-Jan-06 5:00 
GeneralRe: send error message to vb from c++ com Pin
mack scynox24-Jan-06 20:55
mack scynox24-Jan-06 20:55 
Questionprinter shell extension Pin
eisbaer311223-Jan-06 22:53
eisbaer311223-Jan-06 22:53 
AnswerRe: printer shell extension Pin
eisbaer31122-Feb-06 4:27
eisbaer31122-Feb-06 4:27 
QuestionICopyHook Pin
ragavan23-Jan-06 3:00
ragavan23-Jan-06 3:00 
QuestionCOM client must recompile when server compiled? Pin
WernerP23-Jan-06 1:55
WernerP23-Jan-06 1:55 
Questionwhat is a interface? Pin
vikas amin22-Jan-06 19:28
vikas amin22-Jan-06 19:28 
AnswerRe: what is a interface? Pin
Stephen Hewitt22-Jan-06 22:35
Stephen Hewitt22-Jan-06 22:35 
AnswerRe: what is a interface? Pin
Danish jibbran29-Jan-06 1:37
Danish jibbran29-Jan-06 1:37 
Questionabout IMediaSeeking Pin
abstarsss22-Jan-06 17:57
abstarsss22-Jan-06 17:57 
QuestionAttempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
godspeed12322-Jan-06 7:39
godspeed12322-Jan-06 7:39 
AnswerRe: Attempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
Stephen Hewitt22-Jan-06 15:55
Stephen Hewitt22-Jan-06 15:55 
GeneralRe: Attempting to return a BSTR * from a MFC ActiveX to VB .NET Pin
Vi224-Jan-06 4:21
Vi224-Jan-06 4:21 
Questionpass asp byte array to com object? Pin
mack scynox20-Jan-06 23:38
mack scynox20-Jan-06 23:38 

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.