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

COM

 
GeneralRe: Help...floundering...BSTR? Pin
Jason Henderson24-May-02 18:51
Jason Henderson24-May-02 18:51 
AnswerRe: Help...floundering...BSTR? Pin
Mazdak25-May-02 20:59
Mazdak25-May-02 20:59 
Generalhelp bluetooth. Pin
23-May-02 9:14
suss23-May-02 9:14 
GeneralRe: help bluetooth. Pin
soptest23-May-02 9:14
soptest23-May-02 9:14 
GeneralRe: help bluetooth. Pin
David Wulff23-May-02 16:26
David Wulff23-May-02 16:26 
GeneralRe: help bluetooth. Pin
Henrik Husted23-May-02 17:26
Henrik Husted23-May-02 17:26 
GeneralDCOM server crash!!! Pin
Jason Henderson23-May-02 6:48
Jason Henderson23-May-02 6:48 
GeneralRe: DCOM server crash!!! Pin
soptest23-May-02 7:34
soptest23-May-02 7:34 
Are you sure CoSuspendClassObjects(void); is called before _Module.RevokeClassObjects();?
In your code after while(GetMessage(...)) loop is terminated the next call is _Module.RevokeClassObjects(); The MonitorShutdown() function runs not in the main thread. Is it right?

Tip: I would use events to notify main thread of terminations any other threads in your process. (do not use Sleep() you do not know how long it takes to terminate those threads).

soptest
GeneralRe: DCOM server crash!!! Pin
Jason Henderson23-May-02 16:18
Jason Henderson23-May-02 16:18 
GeneralRe: DCOM server crash!!! Pin
Jason Henderson24-May-02 18:47
Jason Henderson24-May-02 18:47 
GeneralRe: DCOM server crash!!! Pin
Vi224-May-02 3:30
Vi224-May-02 3:30 
GeneralSign Files! Pin
erasmo23-May-02 6:01
erasmo23-May-02 6:01 
GeneralRe: Sign Files! Pin
Matt Philmon24-May-02 12:18
Matt Philmon24-May-02 12:18 
GeneralRe: Sign Files! Pin
erasmo27-May-02 7:28
erasmo27-May-02 7:28 
GeneralVC6 IDE (Cannot create method) Pin
ssirisha22-May-02 1:53
ssirisha22-May-02 1:53 
GeneralRe: VC6 IDE (Cannot create method) Pin
Rama Krishna Vavilala22-May-02 2:01
Rama Krishna Vavilala22-May-02 2:01 
GeneralRe: VC6 IDE (Cannot create method) Pin
ssirisha22-May-02 2:13
ssirisha22-May-02 2:13 
GeneralRe: VC6 IDE (Cannot create method) Pin
Francisco Moraes22-May-02 2:22
Francisco Moraes22-May-02 2:22 
GeneralRe: VC6 IDE (Cannot create method) Pin
Rama Krishna Vavilala22-May-02 3:16
Rama Krishna Vavilala22-May-02 3:16 
GeneralRe: VC6 IDE (Cannot create method) FIXED Pin
ssirisha22-May-02 3:19
ssirisha22-May-02 3:19 
GeneralAdding a Combobox to toolbar (ATL) Pin
21-May-02 22:38
suss21-May-02 22:38 
GeneralVBScript and COM Pin
Vivek Rajan21-May-02 6:08
Vivek Rajan21-May-02 6:08 
GeneralRe: VBScript and COM Pin
soptest21-May-02 7:24
soptest21-May-02 7:24 
GeneralRe: VBScript and COM Pin
Vivek Rajan21-May-02 9:16
Vivek Rajan21-May-02 9:16 
GeneralRe: VBScript and COM Pin
Jim Crafton23-May-02 16:57
Jim Crafton23-May-02 16:57 

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.