Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIE7/COM problems ? Pin
Christian Graus27-Feb-08 18:40
protectorChristian Graus27-Feb-08 18:40 
AnswerRe: IE7/COM problems ? Pin
Stephen Hewitt27-Feb-08 20:41
Stephen Hewitt27-Feb-08 20:41 
GeneralRe: IE7/COM problems ? Pin
Christian Graus27-Feb-08 21:13
protectorChristian Graus27-Feb-08 21:13 
GeneralRe: IE7/COM problems ? Pin
Stephen Hewitt28-Feb-08 13:04
Stephen Hewitt28-Feb-08 13:04 
QuestionException Pin
T.RATHA KRISHNAN27-Feb-08 18:20
T.RATHA KRISHNAN27-Feb-08 18:20 
GeneralRe: Exception Pin
Maxwell Chen27-Feb-08 18:41
Maxwell Chen27-Feb-08 18:41 
QuestionRe: Exception Pin
T.RATHA KRISHNAN27-Feb-08 18:57
T.RATHA KRISHNAN27-Feb-08 18:57 
QuestionRe: Exception Pin
Rajkumar R28-Feb-08 2:50
Rajkumar R28-Feb-08 2:50 
How do you say, the exception is due the F12 key event handling, In the your post you didn't say exception occur when F12 key is pressed.

Exactly where the exception occurs, you said the call stack is on CPerspectiveApp::OnIdle(), but which statement.

from the code, I think the exception occured on
m_pkRenderView->OnIdle();
May be you are not initialising m_pkRenderView to NULL, and while in debug OnIdle may be called before creating the object m_pkRenderView and crashed, while in release, OnIdle may be called after creating the Object m_pkRenderView. where you are creating the object m_pkRenderView.

Which statement caused the exception.
GeneralRe: Exception Pin
Michael Dunn28-Feb-08 13:17
sitebuilderMichael Dunn28-Feb-08 13:17 
GeneralDisplay only the screen Pin
Chandrasekharan P27-Feb-08 17:05
Chandrasekharan P27-Feb-08 17:05 
AnswerRe: Display only the screen Pin
Rajkumar R27-Feb-08 18:25
Rajkumar R27-Feb-08 18:25 
GeneralRe: Display only the screen [modified] Pin
Chandrasekharan P27-Feb-08 18:49
Chandrasekharan P27-Feb-08 18:49 
AnswerRe: Display only the screen [modified] Pin
Rajkumar R27-Feb-08 19:28
Rajkumar R27-Feb-08 19:28 
GeneralRe: Display only the screen Pin
Chandrasekharan P27-Feb-08 20:28
Chandrasekharan P27-Feb-08 20:28 
GeneralRe: Display only the screen Pin
Rajkumar R28-Feb-08 2:57
Rajkumar R28-Feb-08 2:57 
QuestionRe: Display only the screen Pin
Chandrasekharan P28-Feb-08 18:51
Chandrasekharan P28-Feb-08 18:51 
GeneralRe: Display only the screen Pin
Chandrasekharan P28-Feb-08 22:06
Chandrasekharan P28-Feb-08 22:06 
GeneralRe: Display only the screen Pin
Rajkumar R5-Mar-08 19:28
Rajkumar R5-Mar-08 19:28 
GeneralBluetooth DUN and PPP Pin
PSLoh27-Feb-08 15:42
PSLoh27-Feb-08 15:42 
GeneralRe: Bluetooth DUN and PPP Pin
Alexander M.,27-Feb-08 22:12
Alexander M.,27-Feb-08 22:12 
GeneralRe: Bluetooth DUN and PPP Pin
PSLoh27-Feb-08 22:21
PSLoh27-Feb-08 22:21 
GeneralRe: Bluetooth DUN and PPP Pin
Alexander M.,28-Feb-08 4:28
Alexander M.,28-Feb-08 4:28 
Questionhow to format our code in editor Pin
gentleguy27-Feb-08 15:12
gentleguy27-Feb-08 15:12 
AnswerRe: how to format our code in editor Pin
Maxwell Chen27-Feb-08 18:44
Maxwell Chen27-Feb-08 18:44 
AnswerRe: how to format our code in editor Pin
Rajkumar R27-Feb-08 19:40
Rajkumar R27-Feb-08 19:40 

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.