Click here to Skip to main content
15,894,646 members
Home / Discussions / COM
   

COM

 
AnswerRe: Running COM interface method from another thread Pin
Mike Dimmick27-Jun-06 1:37
Mike Dimmick27-Jun-06 1:37 
GeneralRe: Running COM interface method from another thread Pin
shadow0128-Jun-06 0:21
shadow0128-Jun-06 0:21 
QuestionIn Proc COM Server Pin
HakunaMatada26-Jun-06 1:15
HakunaMatada26-Jun-06 1:15 
AnswerRe: In Proc COM Server Pin
Mike Dimmick27-Jun-06 1:57
Mike Dimmick27-Jun-06 1:57 
GeneralRe: In Proc COM Server Pin
HakunaMatada27-Jun-06 18:14
HakunaMatada27-Jun-06 18:14 
QuestionASP and COM Help? Pin
Dave_Roach25-Jun-06 14:42
Dave_Roach25-Jun-06 14:42 
QuestionBreakpoint inside DllMain Pin
Gilly Kumar23-Jun-06 18:18
Gilly Kumar23-Jun-06 18:18 
AnswerRe: Breakpoint inside DllMain Pin
Stephen Hewitt25-Jun-06 13:54
Stephen Hewitt25-Jun-06 13:54 
You have to run an executable in the debugger for a breakpoint to be hit (unless it's a hardcoded breakpoint, an __asm int 3 in the code). If you're making a DLL then it is loaded into the "host" process: either the process instantiating the COM object or, when it's being registered, regsvr32. If you want to debug the DLL registration process you have to debug regsvr32. The project settings/debug section can help you here.

Steve
GeneralRe: Breakpoint inside DllMain Pin
Gilly Kumar26-Jun-06 9:13
Gilly Kumar26-Jun-06 9:13 
QuestionUnable to get IFrames in web page Pin
HarishDixit23-Jun-06 0:28
HarishDixit23-Jun-06 0:28 
AnswerRe: Unable to get IFrames in web page Pin
Michael Dunn23-Jun-06 13:50
sitebuilderMichael Dunn23-Jun-06 13:50 
GeneralRe: Unable to get IFrames in web page Pin
HarishDixit23-Jun-06 20:40
HarishDixit23-Jun-06 20:40 
GeneralRe: Unable to get IFrames in web page Pin
Michael Dunn23-Jun-06 22:13
sitebuilderMichael Dunn23-Jun-06 22:13 
GeneralRe: Unable to get IFrames in web page Pin
HarishDixit24-Jun-06 1:04
HarishDixit24-Jun-06 1:04 
QuestionHow to forbid the context menu in mshtml editor? Pin
dreamwinter21-Jun-06 22:22
dreamwinter21-Jun-06 22:22 
QuestionWindows Management Instry\umentation Pin
abhiramsss21-Jun-06 19:48
abhiramsss21-Jun-06 19:48 
QuestionWindows Management Instry\umentation] Pin
abhiramsss21-Jun-06 19:48
abhiramsss21-Jun-06 19:48 
QuestionDLL Technology Pin
Logan from Singapore20-Jun-06 21:24
Logan from Singapore20-Jun-06 21:24 
QuestionRe: DLL Technology Pin
Jun Du21-Jun-06 5:34
Jun Du21-Jun-06 5:34 
AnswerRe: DLL Technology [modified] Pin
Logan from Singapore21-Jun-06 15:28
Logan from Singapore21-Jun-06 15:28 
GeneralRe: DLL Technology Pin
Jun Du22-Jun-06 2:12
Jun Du22-Jun-06 2:12 
GeneralRe: DLL Technology Pin
Logan from Singapore22-Jun-06 2:49
Logan from Singapore22-Jun-06 2:49 
GeneralRe: DLL Technology Pin
Milton Karimbekallil22-Jun-06 8:33
Milton Karimbekallil22-Jun-06 8:33 
QuestionCComBSTR Split [modified] Pin
nmx_de20-Jun-06 20:55
nmx_de20-Jun-06 20:55 
AnswerRe: CComBSTR Split Pin
Stephen Hewitt20-Jun-06 22:43
Stephen Hewitt20-Jun-06 22:43 

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.