Click here to Skip to main content
15,896,526 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error Pin
Hamid_RT5-Sep-06 20:39
Hamid_RT5-Sep-06 20:39 
AnswerRe: error Pin
Hamid_RT5-Sep-06 20:44
Hamid_RT5-Sep-06 20:44 
GeneralRe: error Pin
With_problem5-Sep-06 20:57
With_problem5-Sep-06 20:57 
AnswerRe: error Pin
Trollslayer5-Sep-06 22:55
mentorTrollslayer5-Sep-06 22:55 
Questionabout multi threading in visual C++ Pin
mt_samiei5-Sep-06 20:16
mt_samiei5-Sep-06 20:16 
AnswerRe: about multi threading in visual C++ Pin
Cedric Moonen5-Sep-06 20:35
Cedric Moonen5-Sep-06 20:35 
GeneralRe: about multi threading in visual C++ Pin
mt_samiei5-Sep-06 21:33
mt_samiei5-Sep-06 21:33 
AnswerRe: about multi threading in visual C++ Pin
Viorel.5-Sep-06 20:50
Viorel.5-Sep-06 20:50 
In my opinion, you should assure that all of the Windows handles and objects are properly closed and do not produce resource leaks.

For instance, if you create many events, you should close them with CloseHandle. Your threads should end, so that the total number of threads, even suspended, must not grow indefinitely. If you allocate ojects with new, you have to delete them with delete, and so on. I think you should investigate with Windows Task Manager, or other tool, the evolution of your program.

I hope this helps.
GeneralRe: about multi threading in visual C++ Pin
mt_samiei5-Sep-06 21:31
mt_samiei5-Sep-06 21:31 
QuestionTo add own colors to popup menu [modified] Pin
johnalek5-Sep-06 19:56
johnalek5-Sep-06 19:56 
AnswerRe: To add own colors to popup menu Pin
Hamid_RT5-Sep-06 20:06
Hamid_RT5-Sep-06 20:06 
GeneralRe: To add own colors to popup menu Pin
johnalek5-Sep-06 20:52
johnalek5-Sep-06 20:52 
GeneralRe: To add own colors to popup menu Pin
Hamid_RT5-Sep-06 21:01
Hamid_RT5-Sep-06 21:01 
Questionthread related issue Pin
harsha_12345-Sep-06 19:53
harsha_12345-Sep-06 19:53 
AnswerRe: thread related issue Pin
Viorel.5-Sep-06 20:31
Viorel.5-Sep-06 20:31 
AnswerRe: thread related issue Pin
ThatsAlok5-Sep-06 22:34
ThatsAlok5-Sep-06 22:34 
QuestionHow to get the window size of a popup window(CHtmlView)? Pin
Tcpip20055-Sep-06 19:43
Tcpip20055-Sep-06 19:43 
AnswerRe: How to get the window size of a popup window(CHtmlView)? Pin
ThatsAlok5-Sep-06 22:35
ThatsAlok5-Sep-06 22:35 
QuestionAPI for Driver Names Pin
velayudhan_raj5-Sep-06 16:32
velayudhan_raj5-Sep-06 16:32 
AnswerRe: API for Driver Names Pin
Stephen Hewitt5-Sep-06 17:51
Stephen Hewitt5-Sep-06 17:51 
AnswerRe: API for Driver Names Pin
ThatsAlok5-Sep-06 18:58
ThatsAlok5-Sep-06 18:58 
GeneralRe: API for Driver Names Pin
Stephen Hewitt5-Sep-06 19:39
Stephen Hewitt5-Sep-06 19:39 
GeneralRe: API for Driver Names Pin
ThatsAlok5-Sep-06 22:33
ThatsAlok5-Sep-06 22:33 
AnswerRe: API for Driver Names Pin
Hamid_RT5-Sep-06 20:20
Hamid_RT5-Sep-06 20:20 
QuestionAssert error Pin
lj_wml5-Sep-06 16:28
lj_wml5-Sep-06 16:28 

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.