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

C / C++ / MFC

 
GeneralRe: iterator for deque Pin
Maximilien6-Mar-08 1:00
Maximilien6-Mar-08 1:00 
GeneralRe: iterator for deque Pin
George_George6-Mar-08 16:26
George_George6-Mar-08 16:26 
QuestionSelecting a folder from open dialog ???????? Pin
TooShy2Talk5-Mar-08 21:40
TooShy2Talk5-Mar-08 21:40 
GeneralRe: Selecting a folder from open dialog ???????? Pin
Rajkumar R5-Mar-08 21:48
Rajkumar R5-Mar-08 21:48 
GeneralRe: Selecting a folder from open dialog ???????? Pin
James R. Twine6-Mar-08 5:30
James R. Twine6-Mar-08 5:30 
GeneralProblem in Release Mode please look at the code. Pin
ritz12345-Mar-08 21:38
ritz12345-Mar-08 21:38 
AnswerRe: Problem in Release Mode please look at the code. Pin
Roger Stoltz5-Mar-08 22:59
Roger Stoltz5-Mar-08 22:59 
GeneralRe: Problem in Release Mode please look at the code. Pin
ritz12345-Mar-08 23:27
ritz12345-Mar-08 23:27 
Hi,thanx for the reply,

Right now forgot about the previous posts.

This is the sample test application which also fails believe me.

If you want then try it out.

It crashes in release mode as following.

When I run the application in release mode the OnTimer function gets

executed and then after it crashes with dialog to send the error report

to microsoft with the "send" and "Don't send" buttons.

The win.h file on the above code snippest has the following code

class MyWin:public CFrameWnd
{
public:

MyWin();

DECLARE_MESSAGE_MAP()
};

class App:public CWinApp
{
public:

MyWin *m_pMywin;

BOOL InitInstance();

afx_msg void OnTimer();

DECLARE_MESSAGE_MAP()
};

ritz1234
AnswerRe: Problem in Release Mode please look at the code. Pin
Maxwell Chen6-Mar-08 1:24
Maxwell Chen6-Mar-08 1:24 
GeneralRe: Problem in Release Mode please look at the code. Pin
Roger Stoltz6-Mar-08 1:37
Roger Stoltz6-Mar-08 1:37 
GeneralRe: Problem in Release Mode please look at the code. Pin
ritz12346-Mar-08 17:12
ritz12346-Mar-08 17:12 
Generalvertical text Pin
Russell'5-Mar-08 21:23
Russell'5-Mar-08 21:23 
GeneralRe: vertical text Pin
Rajkumar R5-Mar-08 21:29
Rajkumar R5-Mar-08 21:29 
GeneralRe: vertical text Pin
Russell'5-Mar-08 21:37
Russell'5-Mar-08 21:37 
GeneralRe: vertical text Pin
Rajkumar R5-Mar-08 21:45
Rajkumar R5-Mar-08 21:45 
GeneralRe: vertical text [SOLVED] Pin
Russell'5-Mar-08 21:59
Russell'5-Mar-08 21:59 
Generallibs Pin
duta5-Mar-08 21:07
duta5-Mar-08 21:07 
GeneralRe: libs Pin
Hamid_RT9-Mar-08 1:09
Hamid_RT9-Mar-08 1:09 
GeneralSave and retrive data from Database Pin
Rupesh Kumar Swami5-Mar-08 20:45
Rupesh Kumar Swami5-Mar-08 20:45 
Generalreturning value from catch() Pin
rp_suman5-Mar-08 20:41
rp_suman5-Mar-08 20:41 
GeneralRe: returning value from catch() Pin
Roger Stoltz5-Mar-08 21:01
Roger Stoltz5-Mar-08 21:01 
QuestionHow simulate ctrl+alt+delete in vista Pin
vinorathna5-Mar-08 20:24
vinorathna5-Mar-08 20:24 
GeneralLNK2020: unresolved token, with /clr Pin
Mary Chennai5-Mar-08 20:03
Mary Chennai5-Mar-08 20:03 
GeneralRe: LNK2020: unresolved token, with /clr Pin
CPallini5-Mar-08 22:40
mveCPallini5-Mar-08 22:40 
GeneralRe: LNK2020: unresolved token, with /clr Pin
Mark Salsbery6-Mar-08 5:44
Mark Salsbery6-Mar-08 5:44 

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.