Click here to Skip to main content
15,900,724 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Developing components with a non-admin account Pin
Stuart Dootson24-Apr-07 6:50
professionalStuart Dootson24-Apr-07 6:50 
AnswerRe: Developing components with a non-admin account Pin
Stuart Dootson24-Apr-07 7:03
professionalStuart Dootson24-Apr-07 7:03 
GeneralRe: Developing components with a non-admin account Pin
dburns24-Apr-07 7:50
dburns24-Apr-07 7:50 
AnswerRe: Developing components with a non-admin account Pin
dburns24-Apr-07 13:55
dburns24-Apr-07 13:55 
QuestionEvent sink Invoke() problems Pin
Christopher Duncan24-Apr-07 3:32
Christopher Duncan24-Apr-07 3:32 
AnswerRe: Event sink Invoke() problems Pin
Stuart Dootson24-Apr-07 4:01
professionalStuart Dootson24-Apr-07 4:01 
GeneralRe: Event sink Invoke() problems Pin
Christopher Duncan24-Apr-07 4:07
Christopher Duncan24-Apr-07 4:07 
GeneralRe: Event sink Invoke() problems Pin
Stuart Dootson24-Apr-07 6:44
professionalStuart Dootson24-Apr-07 6:44 
Christopher Duncan wrote:
Any notion as to why the difference in interface types could give me trouble?


Yeah, a dual interface implements methods/properties as 'normal' COM methods (i.e. C++ virtual methods) as well as through IDispatch. This means that the callback interface you're implementing could be called through that rather than through Invoke.

A dispinterface only implements methods through IDispatch, so Invoke is the only entry point for callbacks.
GeneralRe: Event sink Invoke() problems Pin
Christopher Duncan24-Apr-07 7:28
Christopher Duncan24-Apr-07 7:28 
GeneralRe: Event sink Invoke() problems Pin
Stuart Dootson24-Apr-07 7:49
professionalStuart Dootson24-Apr-07 7:49 
GeneralRe: Event sink Invoke() problems Pin
Christopher Duncan24-Apr-07 7:56
Christopher Duncan24-Apr-07 7:56 
GeneralRe: Event sink Invoke() problems Pin
Stuart Dootson24-Apr-07 8:06
professionalStuart Dootson24-Apr-07 8:06 
GeneralRe: Event sink Invoke() problems Pin
Christopher Duncan24-Apr-07 8:11
Christopher Duncan24-Apr-07 8:11 
Questiongetting this error related to linking Pin
yang__lee24-Apr-07 1:27
yang__lee24-Apr-07 1:27 
AnswerRe: getting this error related to linking Pin
Stuart Dootson24-Apr-07 7:00
professionalStuart Dootson24-Apr-07 7:00 
QuestionATL Component with C++ class Pin
yang__lee23-Apr-07 23:54
yang__lee23-Apr-07 23:54 
AnswerRe: ATL Component with C++ class Pin
prasad_som24-Apr-07 0:16
prasad_som24-Apr-07 0:16 
QuestionCListBox Flickering Pin
Orochi23-Apr-07 18:50
Orochi23-Apr-07 18:50 
AnswerRe: CListBox Flickering Pin
Ernest Laurentin7-May-07 9:18
Ernest Laurentin7-May-07 9:18 
GeneralRe: CListBox Flickering Pin
Orochi7-May-07 18:41
Orochi7-May-07 18:41 
QuestionGetting computer name and local time Pin
RohitRajPokhrel23-Apr-07 9:06
RohitRajPokhrel23-Apr-07 9:06 
QuestionGenerating Event from a COM exe server Pin
Kavita seth23-Apr-07 4:54
Kavita seth23-Apr-07 4:54 
AnswerRe: Generating Event from a COM exe server Pin
Christopher Duncan24-Apr-07 3:46
Christopher Duncan24-Apr-07 3:46 
GeneralRe: Generating Event from a COM exe server Pin
Kavita seth30-Jul-07 21:50
Kavita seth30-Jul-07 21:50 
AnswerRe: Generating Event from a COM exe server Pin
Lim Bio Liong2-May-07 23:25
Lim Bio Liong2-May-07 23:25 

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.