Click here to Skip to main content
16,010,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Completion Ports and ODBC Pin
NormDroid3-Jan-03 3:46
professionalNormDroid3-Jan-03 3:46 
GeneralRe: Completion Ports and ODBC Pin
Dave-B3-Jan-03 4:02
Dave-B3-Jan-03 4:02 
GeneralRe: Completion Ports and ODBC Pin
Anders Molin3-Jan-03 13:55
professionalAnders Molin3-Jan-03 13:55 
QuestionDo I have a resource leak? Pin
georgiek503-Jan-03 2:36
georgiek503-Jan-03 2:36 
AnswerRe: Do I have a resource leak? Pin
Joaquín M López Muñoz3-Jan-03 2:49
Joaquín M López Muñoz3-Jan-03 2:49 
GeneralRe: Do I have a resource leak? Pin
georgiek503-Jan-03 6:34
georgiek503-Jan-03 6:34 
GeneralRe: Do I have a resource leak? Pin
Joaquín M López Muñoz3-Jan-03 7:33
Joaquín M López Muñoz3-Jan-03 7:33 
GeneralRe: Do I have a resource leak? Pin
georgiek503-Jan-03 10:48
georgiek503-Jan-03 10:48 
Thanks a lot, this actually does help! I forgot about the good old static keyword. You made me a little paranoid though. In all my dialogs I have declared local variables, a lot of HWND's mostly to get a handle on controls. I don't suppose that is also creating a memory leak...right? Also, is it a good rule of thumb to declare handles that use Create... (like CreateSolidBrush) as static wherever they may be, eg. WndProc. One last question!: I am correct in thinking that WM_INITDIALOG get called once and only once, so that in my other dialogs I can call CreateSolidBrush without having to count how many instances of the dialog I have since it is only one?
General_execv from one console app to another Pin
Anonymous3-Jan-03 2:20
Anonymous3-Jan-03 2:20 
GeneralRe: _execv from one console app to another Pin
Anders Molin3-Jan-03 2:33
professionalAnders Molin3-Jan-03 2:33 
GeneralRe: _execv from one console app to another Pin
Anonymous3-Jan-03 2:37
Anonymous3-Jan-03 2:37 
GeneralRe: _execv from one console app to another Pin
Joaquín M López Muñoz3-Jan-03 3:03
Joaquín M López Muñoz3-Jan-03 3:03 
GeneralRe: _execv from one console app to another Pin
Anonymous3-Jan-03 3:14
Anonymous3-Jan-03 3:14 
GeneralRe: _execv from one console app to another Pin
Joaquín M López Muñoz3-Jan-03 5:06
Joaquín M López Muñoz3-Jan-03 5:06 
Generalopen file dialog, custom template, opengl and thread.... Pin
haust3-Jan-03 2:17
haust3-Jan-03 2:17 
GeneralRe: open file dialog, custom template, opengl and thread.... Pin
AlexO3-Jan-03 2:41
AlexO3-Jan-03 2:41 
GeneralRe: open file dialog, custom template, opengl and thread.... Pin
haust3-Jan-03 5:56
haust3-Jan-03 5:56 
GeneralFormView sizes to its Initial size Pin
Arjan Schouten3-Jan-03 2:10
Arjan Schouten3-Jan-03 2:10 
GeneralPlaySound Problem Pin
Anders Molin3-Jan-03 2:03
professionalAnders Molin3-Jan-03 2:03 
Generalequalize 2 objects of 1 class! Pin
HellShrimp4free3-Jan-03 1:31
HellShrimp4free3-Jan-03 1:31 
GeneralRe: equalize 2 objects of 1 class! Pin
Joaquín M López Muñoz3-Jan-03 2:18
Joaquín M López Muñoz3-Jan-03 2:18 
GeneralRe: equalize 2 objects of 1 class! Pin
HellShrimp4free3-Jan-03 3:28
HellShrimp4free3-Jan-03 3:28 
GeneralRe: equalize 2 objects of 1 class! Pin
Joaquín M López Muñoz3-Jan-03 3:31
Joaquín M López Muñoz3-Jan-03 3:31 
GeneralRe: equalize 2 objects of 1 class! Pin
HellShrimp4free3-Jan-03 3:53
HellShrimp4free3-Jan-03 3:53 
GeneralRe: equalize 2 objects of 1 class! Pin
Joaquín M López Muñoz3-Jan-03 3:56
Joaquín M López Muñoz3-Jan-03 3:56 

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.