Click here to Skip to main content
15,919,879 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralShellExecute Pin
Maxime Labelle18-Oct-04 23:49
Maxime Labelle18-Oct-04 23:49 
GeneralRe: ShellExecute Pin
RobJones19-Oct-04 5:26
RobJones19-Oct-04 5:26 
Generalself-executable zip file Pin
includeh1018-Oct-04 23:46
includeh1018-Oct-04 23:46 
GeneralRe: self-executable zip file Pin
benjymous19-Oct-04 2:07
benjymous19-Oct-04 2:07 
GeneralOleMainThreadWndName Pin
shiraztk18-Oct-04 23:31
shiraztk18-Oct-04 23:31 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong18-Oct-04 23:36
Lim Bio Liong18-Oct-04 23:36 
GeneralRe: OleMainThreadWndName Pin
shiraztk18-Oct-04 23:56
shiraztk18-Oct-04 23:56 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong19-Oct-04 0:13
Lim Bio Liong19-Oct-04 0:13 
Hello Zainu,

Sorry that the article did not help. I do have a comment that I hope will be helpful with your problem, this is summarised below :

>> one you initialize COM using CoInitialize it creates some windows for databases.

Yes, this is typical of COM, the windows that it creates are hidden windows and they are for sending hidden messages for COM objects in order to facilitate inter-thread method calls, etc.

However, I think it is safe to assume that these windows will not be of use once the COM objects behind them have been destroyed (once their reference counts have dropped to zero).

When you log out of the current windows session, your application should have Release()'ed all reference counts to COM objects. This should ensure that no hidden windows remain active.

My suggestion is therefore to see if there are any memory leaks in your application either in your service or in clients of your service.

Best Regards,
Bio.



GeneralRe: OleMainThreadWndName Pin
shiraztk19-Oct-04 0:31
shiraztk19-Oct-04 0:31 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong19-Oct-04 0:58
Lim Bio Liong19-Oct-04 0:58 
GeneralRe: OleMainThreadWndName Pin
shiraztk19-Oct-04 1:16
shiraztk19-Oct-04 1:16 
GeneralRe: OleMainThreadWndName Pin
shiraztk20-Oct-04 0:27
shiraztk20-Oct-04 0:27 
Questionfrom C++ header files to UML class diagrams? Pin
T.T.H.18-Oct-04 23:15
T.T.H.18-Oct-04 23:15 
Generalcheck keyword at the end of a line Pin
td8018-Oct-04 23:09
td8018-Oct-04 23:09 
GeneralRe: check keyword at the end of a line Pin
David Crow19-Oct-04 2:39
David Crow19-Oct-04 2:39 
GeneralRe: check keyword at the end of a line Pin
td8019-Oct-04 4:03
td8019-Oct-04 4:03 
Questionhow i can access usb port Pin
neo boyz18-Oct-04 23:08
neo boyz18-Oct-04 23:08 
Questionhow to send byte (Device) Pin
vc-programmer-18-Oct-04 22:59
vc-programmer-18-Oct-04 22:59 
AnswerRe: how to send byte (Device) Pin
Cedric Moonen18-Oct-04 23:10
Cedric Moonen18-Oct-04 23:10 
GeneralRe: how to send byte (Device) Pin
jan larsen19-Oct-04 2:59
jan larsen19-Oct-04 2:59 
GeneralRe: how to send byte (Device) Pin
Cedric Moonen19-Oct-04 3:09
Cedric Moonen19-Oct-04 3:09 
QuestionHow to convert a byte array to decimal integer? Pin
ting66818-Oct-04 22:08
ting66818-Oct-04 22:08 
AnswerRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 22:36
Lim Bio Liong18-Oct-04 22:36 
AnswerRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 22:36
Lim Bio Liong18-Oct-04 22:36 
AnswerRe: How to convert a byte array to decimal integer? Pin
David Crow19-Oct-04 2:49
David Crow19-Oct-04 2:49 

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.