Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Radio Buttons - can't add them as member variables Pin
Rage6-Oct-05 6:26
professionalRage6-Oct-05 6:26 
AnswerRe: MFC Radio Buttons - can't add them as member variables Pin
David Crow6-Oct-05 7:15
David Crow6-Oct-05 7:15 
Questionhelp on redraw CView ? Pin
tracywang6-Oct-05 5:53
tracywang6-Oct-05 5:53 
AnswerRe: help on redraw CView ? Pin
Neelesh K J Jain6-Oct-05 6:24
Neelesh K J Jain6-Oct-05 6:24 
GeneralRe: help on redraw CView ? Pin
ashwin206-Oct-05 20:15
ashwin206-Oct-05 20:15 
AnswerRe: help on redraw CView ? Pin
Prakash Nadar6-Oct-05 15:54
Prakash Nadar6-Oct-05 15:54 
AnswerRe: help on redraw CView ? Pin
ashwin206-Oct-05 20:06
ashwin206-Oct-05 20:06 
QuestionProblems with memory when quitting application. ( and other boundschecker stuff/ranting ) Pin
Maximilien6-Oct-05 5:31
Maximilien6-Oct-05 5:31 
for some reason, that I cannot find why my application crashes when quitting, I can step right through ( spelling please ) CWinApp::ExitInstance and seems to crash just in :

exit(mainret); in WinMainCRTStartup ( which ever the right name is depending on the different defines ) in crt0.c

unfortunatly, VC does not give a call stack or anything that could help.


Anyone using boundschecker 7.2 with VS.net 2003 ?

some of my memory allocation get reported as "Allocation Conflict", allocated by new ( eventually by _malloc_dbg_ in the MS files ) but freed by delete; seems Boundschecker is all mixed up when used with MFC and there are other problems else where.

also, still with boundschecker, in a really simple project ( multi-threaded debug statically linked MFC wizard generated project ) I try to open ( and close ) a simple text file like this :

FILE *myFile;
myFile = ::fopen("tata.txt", "r" );
if (!mdpFile)
{
  ASSERT ( 0 );
}
::fclose( myFile );
myFile = NULL;


and it gives a couple of memory leaks related to multithreaded within stream.c ( and mlock.c )

any ideas, hints, suggestions, pressure valves ?

Thanks.

Max.



Maximilien Lincourt
Your Head A Splode - Strong Bad
AnswerRe: Problems with memory when quitting application. ( and other boundschecker stuff/ranting ) Pin
Prakash Nadar6-Oct-05 15:51
Prakash Nadar6-Oct-05 15:51 
QuestionConvert String to LPSTR ? Pin
Phernando6-Oct-05 5:29
Phernando6-Oct-05 5:29 
GeneralRe: Convert String to LPSTR ? Pin
toxcct6-Oct-05 5:41
toxcct6-Oct-05 5:41 
AnswerRe: Convert String to LPSTR ? Pin
PJ Arends6-Oct-05 7:30
professionalPJ Arends6-Oct-05 7:30 
QuestionDebuggin In Visual C++ .NET Pin
BlitzPackage6-Oct-05 5:06
BlitzPackage6-Oct-05 5:06 
AnswerRe: Debuggin In Visual C++ .NET Pin
Chris Losinger6-Oct-05 5:16
professionalChris Losinger6-Oct-05 5:16 
GeneralRe: Debuggin In Visual C++ .NET Pin
BlitzPackage6-Oct-05 17:46
BlitzPackage6-Oct-05 17:46 
GeneralRe: Debuggin In Visual C++ .NET Pin
Chris Losinger7-Oct-05 1:02
professionalChris Losinger7-Oct-05 1:02 
AnswerRe: Debuggin In Visual C++ .NET Pin
Gary R. Wheeler9-Oct-05 4:36
Gary R. Wheeler9-Oct-05 4:36 
QuestionDelayed rendering OLE Pin
Henrik Pettersson6-Oct-05 4:56
Henrik Pettersson6-Oct-05 4:56 
Questionwindow level, window width...in a jpg? Pin
raw_enha6-Oct-05 3:21
raw_enha6-Oct-05 3:21 
AnswerRe: window level, window width...in a jpg? Pin
Prakash Nadar6-Oct-05 15:53
Prakash Nadar6-Oct-05 15:53 
Questioncast operator overloading Pin
Chintoo7236-Oct-05 2:51
Chintoo7236-Oct-05 2:51 
AnswerRe: cast operator overloading Pin
Chintoo7236-Oct-05 3:07
Chintoo7236-Oct-05 3:07 
GeneralRe: cast operator overloading Pin
Chintoo7236-Oct-05 3:09
Chintoo7236-Oct-05 3:09 
GeneralRe: cast operator overloading Pin
toxcct6-Oct-05 3:47
toxcct6-Oct-05 3:47 
GeneralRe: cast operator overloading Pin
Prakash Nadar6-Oct-05 16:03
Prakash Nadar6-Oct-05 16:03 

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.