Click here to Skip to main content
15,908,274 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Auto-update of my app? Pin
ThatsAlok14-Jan-05 18:11
ThatsAlok14-Jan-05 18:11 
AnswerRe: Auto-update of my app? Pin
Geert van Horrik24-Feb-05 1:27
Geert van Horrik24-Feb-05 1:27 
GeneralZ order Pin
Arrun13-Jan-05 1:18
Arrun13-Jan-05 1:18 
GeneralRe: Z order Pin
Shog913-Jan-05 11:51
sitebuilderShog913-Jan-05 11:51 
GeneralBitmap Picking and Moving Pin
masd7913-Jan-05 0:56
masd7913-Jan-05 0:56 
GeneralRe: Bitmap Picking and Moving Pin
KaЯl13-Jan-05 4:44
KaЯl13-Jan-05 4:44 
GeneralMathematics question Pin
Rassul Yunussov13-Jan-05 0:04
Rassul Yunussov13-Jan-05 0:04 
GeneralRe: Mathematics question Pin
Selvam R13-Jan-05 0:15
professionalSelvam R13-Jan-05 0:15 
GeneralRe: Mathematics question Pin
Iain Clarke, Warrior Programmer13-Jan-05 5:16
Iain Clarke, Warrior Programmer13-Jan-05 5:16 
GeneralRe: Mathematics question Pin
Rassul Yunussov18-Jan-05 19:59
Rassul Yunussov18-Jan-05 19:59 
GeneralRe: Mathematics question Pin
Iain Clarke, Warrior Programmer18-Jan-05 22:50
Iain Clarke, Warrior Programmer18-Jan-05 22:50 
QuestionPush Button Properies-Icon prompt? Pin
José Luis Sogorb12-Jan-05 23:57
José Luis Sogorb12-Jan-05 23:57 
AnswerRe: Push Button Properies-Icon prompt? Pin
Selvam R13-Jan-05 0:05
professionalSelvam R13-Jan-05 0:05 
GeneralRe: Push Button Properies-Icon prompt? Pin
José Luis Sogorb13-Jan-05 23:18
José Luis Sogorb13-Jan-05 23:18 
Generalreading from serial port Pin
doneirik12-Jan-05 23:37
doneirik12-Jan-05 23:37 
GeneralRe: reading from serial port Pin
Blake Miller13-Jan-05 4:38
Blake Miller13-Jan-05 4:38 
Questionhow to get a running application Pin
spiced12-Jan-05 23:31
spiced12-Jan-05 23:31 
AnswerRe: how to get a running application Pin
Selvam R12-Jan-05 23:42
professionalSelvam R12-Jan-05 23:42 
GeneralRe: how to get a running application Pin
spiced13-Jan-05 0:16
spiced13-Jan-05 0:16 
GeneralRe: how to get a running application Pin
ThatsAlok13-Jan-05 0:51
ThatsAlok13-Jan-05 0:51 
GeneralRe: how to get a running application Pin
spiced13-Jan-05 17:07
spiced13-Jan-05 17:07 
GeneralRe: how to get a running application Pin
ThatsAlok13-Jan-05 18:47
ThatsAlok13-Jan-05 18:47 
GeneralApplication fails in Release mode.... Pin
Jagadeesh VN12-Jan-05 23:27
Jagadeesh VN12-Jan-05 23:27 
Hi,

I developed an application in VC++, and it is crashing in the release mode.I enabled Debbuging in the release mode, and I hv attached the dump of my Call Stack.

I dont know, why CWinApp object is NULL.Can anybody pl. help me in solving this...

TBMS3! __sbh_free_block + 369 bytes
TBMS3! free + 35 bytes
operator delete(void * 0x0145c030) line 349 + 9 bytes
CPlex::FreeDataChain(CPlex * const 0x00000000) line 45 + 6 bytes
CMapPtrToPtr::RemoveAll(CMapPtrToPtr * const 0x00000000 {CMapPtrToPtr}) line 94
CHandleMap::DeleteTemp(CHandleMap * const 0x00000000) line 239 + 8 bytes
AfxUnlockTempMaps(int 1) line 50
CWinThread::OnIdle(CWinThread * const 0x00000000 {CWinThread h=??? proc=???}, long 5120804) line 591
CWinApp::OnIdle(CWinApp * const 0x00000000 {CWinApp ???}, long) line 494

Also, earlier it was giving errors related to vector destructor iterator.
Wherever I used delete [] ptr, the application was failing. Even though I am not using delete [] from within my code, the MFC framework is using that a lot. Is there any way by which I can force the compiler to include vector destructor, and scalar destructor.

I am working in VC++ 6.0


--Rgds--
GeneralRe: Application fails in Release mode.... Pin
PJ Arends13-Jan-05 6:55
professionalPJ Arends13-Jan-05 6:55 
GeneralThanks Blake Miller: CreateProcess and process groups (2) Pin
ionzarate12-Jan-05 23:16
ionzarate12-Jan-05 23:16 

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.