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

C / C++ / MFC

 
QuestionEdit Box problem Pin
MsmVc26-Sep-08 23:47
MsmVc26-Sep-08 23:47 
QuestionRe: Edit Box problem Pin
CPallini27-Sep-08 3:31
mveCPallini27-Sep-08 3:31 
AnswerRe: Edit Box problem Pin
MsmVc28-Sep-08 19:35
MsmVc28-Sep-08 19:35 
QuestionRe: Edit Box problem Pin
CPallini28-Sep-08 21:55
mveCPallini28-Sep-08 21:55 
AnswerRe: Edit Box problem Pin
MsmVc28-Sep-08 23:28
MsmVc28-Sep-08 23:28 
QuestionRe: Edit Box problem Pin
CPallini28-Sep-08 23:38
mveCPallini28-Sep-08 23:38 
AnswerRe: Edit Box problem Pin
Hamid_RT29-Sep-08 7:22
Hamid_RT29-Sep-08 7:22 
GeneralRe: Edit Box problem Pin
MsmVc1-Oct-08 2:40
MsmVc1-Oct-08 2:40 
GeneralRe: Edit Box problem Pin
Hamid_RT1-Oct-08 8:41
Hamid_RT1-Oct-08 8:41 
QuestionDialogBox Problem Pin
ashishmax4726-Sep-08 23:22
ashishmax4726-Sep-08 23:22 
AnswerRe: DialogBox Problem Pin
CPallini26-Sep-08 23:45
mveCPallini26-Sep-08 23:45 
GeneralRe: DialogBox Problem Pin
ashishmax4727-Sep-08 0:17
ashishmax4727-Sep-08 0:17 
GeneralRe: DialogBox Problem Pin
CPallini27-Sep-08 0:32
mveCPallini27-Sep-08 0:32 
AnswerRe: DialogBox Problem Pin
Michael Dunn28-Sep-08 13:17
sitebuilderMichael Dunn28-Sep-08 13:17 
AnswerRe: DialogBox Problem Pin
KarstenK28-Sep-08 22:41
mveKarstenK28-Sep-08 22:41 
AnswerRe: DialogBox Problem Pin
Hamid_RT29-Sep-08 7:21
Hamid_RT29-Sep-08 7:21 
QuestionHow do I write a minimax c# code to show the results of the game tree from this info provided... Pin
Angelinna26-Sep-08 22:06
Angelinna26-Sep-08 22:06 
AnswerRe: How do I write a minimax c# code to show the results of the game tree from this info provided... Pin
Cedric Moonen26-Sep-08 22:26
Cedric Moonen26-Sep-08 22:26 
AnswerRe: How do I write a minimax c# code to show the results of the game tree from this info provided... Pin
Dhiraj kumar Saini26-Sep-08 22:34
Dhiraj kumar Saini26-Sep-08 22:34 
QuestionVC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
AlexEvans26-Sep-08 20:53
AlexEvans26-Sep-08 20:53 
QuestionRe: VC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
Mark Salsbery27-Sep-08 8:55
Mark Salsbery27-Sep-08 8:55 
AnswerRe: VC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
AlexEvans27-Sep-08 17:44
AlexEvans27-Sep-08 17:44 
GeneralRe: VC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
Mark Salsbery28-Sep-08 9:31
Mark Salsbery28-Sep-08 9:31 
There's a CString being destructed twice.


AlexEvans wrote:
destructor for 'RL7''() + 0x2b bytes



What is "RL7"? Is that possibly the name of the CString object?
If so, that's the one you want to look through your code for and
make sure it's only destroyed once.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: VC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
AlexEvans28-Sep-08 12:35
AlexEvans28-Sep-08 12:35 
GeneralRe: VC++ COnverting a project from VS 2003 to VS 2005 - CRASH on exit Pin
Mark Salsbery28-Sep-08 12:41
Mark Salsbery28-Sep-08 12:41 

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.