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

C / C++ / MFC

 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
Rajesh R Subramanian4-Jun-09 4:08
professionalRajesh R Subramanian4-Jun-09 4:08 
AnswerRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
norish4-Jun-09 4:48
norish4-Jun-09 4:48 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
transoft4-Jun-09 5:08
transoft4-Jun-09 5:08 
GeneralRe: CWnd* CWnd::GetDlgItem(int nID) const crashed? Pin
norish4-Jun-09 6:25
norish4-Jun-09 6:25 
QuestionHow to use a function return value as array size Pin
Joschwenk6664-Jun-09 3:50
Joschwenk6664-Jun-09 3:50 
AnswerRe: How to use a function return value as array size Pin
norish4-Jun-09 3:59
norish4-Jun-09 3:59 
GeneralRe: How to use a function return value as array size Pin
Joschwenk6664-Jun-09 4:10
Joschwenk6664-Jun-09 4:10 
GeneralRe: How to use a function return value as array size Pin
Cedric Moonen4-Jun-09 4:18
Cedric Moonen4-Jun-09 4:18 
Don't forget to delete (if you used new) or free (if you used malloc) the memory when you don't need it anymore, otherwise it might lead to memory leaks.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

AnswerRe: How to use a function return value as array size Pin
Stuart Dootson4-Jun-09 7:19
professionalStuart Dootson4-Jun-09 7:19 
QuestionVS2008 MFC project. Broken Wizard ... Pin
Jerry Evans4-Jun-09 3:18
Jerry Evans4-Jun-09 3:18 
AnswerRe: VS2008 MFC project. Broken Wizard ... Pin
Stuart Dootson4-Jun-09 7:21
professionalStuart Dootson4-Jun-09 7:21 
GeneralRe: VS2008 MFC project. Broken Wizard ... Pin
Jerry Evans4-Jun-09 7:24
Jerry Evans4-Jun-09 7:24 
QuestionHow to change icon at upper left corner of window Pin
pandit844-Jun-09 3:18
pandit844-Jun-09 3:18 
QuestionRe: How to change icon at upper left corner of window Pin
norish4-Jun-09 4:06
norish4-Jun-09 4:06 
AnswerRe: How to change icon at upper left corner of window Pin
pandit844-Jun-09 4:14
pandit844-Jun-09 4:14 
GeneralRe: How to change icon at upper left corner of window Pin
norish4-Jun-09 5:04
norish4-Jun-09 5:04 
GeneralRe: How to change icon at upper left corner of window Pin
pandit844-Jun-09 5:20
pandit844-Jun-09 5:20 
QuestionWOL/shut down Active directory snap-in Pin
Blunts4-Jun-09 3:06
Blunts4-Jun-09 3:06 
QuestionAccess denied when calling the cluster-api (clusapi.dll) Pin
Calla4-Jun-09 2:28
Calla4-Jun-09 2:28 
AnswerRe: Access denied when calling the cluster-api (clusapi.dll) Pin
led mike4-Jun-09 4:17
led mike4-Jun-09 4:17 
GeneralRe: Access denied when calling the cluster-api (clusapi.dll) Pin
Calla4-Jun-09 5:14
Calla4-Jun-09 5:14 
QuestionRe: Access denied when calling the cluster-api (clusapi.dll) Pin
led mike4-Jun-09 7:49
led mike4-Jun-09 7:49 
AnswerRe: Access denied when calling the cluster-api (clusapi.dll) Pin
Calla4-Jun-09 8:04
Calla4-Jun-09 8:04 
GeneralRe: Access denied when calling the cluster-api (clusapi.dll) Pin
led mike4-Jun-09 8:46
led mike4-Jun-09 8:46 
GeneralRe: Access denied when calling the cluster-api (clusapi.dll) Pin
Rajesh R Subramanian28-Jul-09 0:34
professionalRajesh R Subramanian28-Jul-09 0:34 

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.