Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Someone broke CString Pin
Kevin McFarlane17-Aug-06 12:15
Kevin McFarlane17-Aug-06 12:15 
AnswerRe: Someone broke CString Pin
RChin17-Aug-06 12:20
RChin17-Aug-06 12:20 
GeneralRe: Someone broke CString Pin
George L. Jackson17-Aug-06 14:31
George L. Jackson17-Aug-06 14:31 
AnswerRe: Someone broke CString Pin
Joe Woodbury17-Aug-06 17:29
professionalJoe Woodbury17-Aug-06 17:29 
QuestionEndDialog / Message Pump question Pin
charlieg17-Aug-06 10:26
charlieg17-Aug-06 10:26 
AnswerRe: EndDialog / Message Pump question Pin
led mike17-Aug-06 11:11
led mike17-Aug-06 11:11 
Questionproblem with "new" Pin
Wheatbread17-Aug-06 9:59
Wheatbread17-Aug-06 9:59 
AnswerRe: problem with "new" Pin
Zac Howland17-Aug-06 10:13
Zac Howland17-Aug-06 10:13 
Wheatbread wrote:
We instantiate a class (foo *somefoo = new foo() ) using 'new' and get a pointer to that class.


Wheatbread wrote:
Any ideas why this is happening?


There are a few things that might be going on here. First, check to see if delete is every called on somefoo, or if some method that is called has a delete this somewhere. Second, the Java-style declaration of your pointer may be causing some problems (try removing the ()'s from the declaration). If you are sure the object is being created properly, then place some code around the area you are having problems to see where somefoo becomes invalid.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: problem with "new" Pin
led mike17-Aug-06 10:30
led mike17-Aug-06 10:30 
GeneralRe: problem with "new" Pin
Zac Howland17-Aug-06 10:35
Zac Howland17-Aug-06 10:35 
GeneralRe: problem with "new" Pin
Wheatbread17-Aug-06 10:54
Wheatbread17-Aug-06 10:54 
GeneralRe: problem with "new" Pin
wbasheer17-Aug-06 17:16
wbasheer17-Aug-06 17:16 
GeneralRe: problem with "new" Pin
Zac Howland17-Aug-06 19:31
Zac Howland17-Aug-06 19:31 
GeneralRe: problem with "new" Pin
Wheatbread18-Aug-06 1:30
Wheatbread18-Aug-06 1:30 
GeneralRe: problem with "new" Pin
Zac Howland18-Aug-06 3:31
Zac Howland18-Aug-06 3:31 
QuestionHow to know whether a file is saved or not Pin
napoleaninlondon17-Aug-06 9:27
napoleaninlondon17-Aug-06 9:27 
AnswerRe: How to know whether a file is saved or not Pin
led mike17-Aug-06 9:42
led mike17-Aug-06 9:42 
GeneralRe: How to know whether a file is saved or not Pin
napoleaninlondon17-Aug-06 9:51
napoleaninlondon17-Aug-06 9:51 
GeneralRe: How to know whether a file is saved or not Pin
Maximilien17-Aug-06 10:13
Maximilien17-Aug-06 10:13 
GeneralRe: How to know whether a file is saved or not Pin
Waldermort17-Aug-06 12:07
Waldermort17-Aug-06 12:07 
GeneralRe: How to know whether a file is saved or not Pin
led mike17-Aug-06 10:24
led mike17-Aug-06 10:24 
GeneralRe: How to know whether a file is saved or not Pin
Jijo.Raj17-Aug-06 14:55
Jijo.Raj17-Aug-06 14:55 
GeneralRe: How to know whether a file is saved or not Pin
Hamid_RT18-Aug-06 6:43
Hamid_RT18-Aug-06 6:43 
QuestionLPTSTR to char* Pin
georgekjolly17-Aug-06 6:51
georgekjolly17-Aug-06 6:51 
AnswerRe: LPTSTR to char* Pin
led mike17-Aug-06 6:55
led mike17-Aug-06 6:55 

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.