Click here to Skip to main content
15,918,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: release version help pls Pin
David Crow26-Oct-05 3:00
David Crow26-Oct-05 3:00 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 3:08
Mithin26-Oct-05 3:08 
GeneralRe: release version help pls Pin
Cedric Moonen26-Oct-05 3:44
Cedric Moonen26-Oct-05 3:44 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 3:52
Mithin26-Oct-05 3:52 
GeneralRe: release version help pls Pin
Cedric Moonen26-Oct-05 4:00
Cedric Moonen26-Oct-05 4:00 
GeneralRe: release version help pls Pin
Mithin26-Oct-05 4:24
Mithin26-Oct-05 4:24 
AnswerRe: release version help pls Pin
BadKarma26-Oct-05 8:35
BadKarma26-Oct-05 8:35 
AnswerRe: release version help pls Pin
John R. Shaw26-Oct-05 15:56
John R. Shaw26-Oct-05 15:56 
That should be ok, but you realy should be using "dynamic_cast<Literal_Object*>(pt);". Then checking the return type of the cast to see if it succeded.

As to what could be causing the program to crash, I would look at memory allocations. I've seen code where a buffer was defined to hold a string that did not take into account the '\0' character at the end, that worked fine in debug and then crashed in the release version.

In my experience, most crashes are caused by an invalid memory access.

INTP
Every thing is relative...
QuestionCompile time warning in C++ Pin
AnkurGupta_198126-Oct-05 2:06
AnkurGupta_198126-Oct-05 2:06 
AnswerRe: Compile time warning in C++ Pin
toxcct26-Oct-05 2:55
toxcct26-Oct-05 2:55 
GeneralRe: Compile time warning in C++ -- Not working Pin
AnkurGupta_198126-Oct-05 6:16
AnkurGupta_198126-Oct-05 6:16 
GeneralRe: Compile time warning in C++ -- Not working Pin
toxcct26-Oct-05 6:20
toxcct26-Oct-05 6:20 
QuestionAbout Doc/View relation : Vc++ _Plz Help Pin
parims26-Oct-05 1:57
parims26-Oct-05 1:57 
AnswerRe: About Doc/View relation : Vc++ _Plz Help Pin
toxcct26-Oct-05 2:30
toxcct26-Oct-05 2:30 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
Maximilien26-Oct-05 2:42
Maximilien26-Oct-05 2:42 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
toxcct26-Oct-05 3:03
toxcct26-Oct-05 3:03 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
Eytukan26-Oct-05 3:10
Eytukan26-Oct-05 3:10 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
Eytukan26-Oct-05 3:05
Eytukan26-Oct-05 3:05 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
Blake Miller26-Oct-05 6:52
Blake Miller26-Oct-05 6:52 
AnswerRe: About Doc/View relation : Vc++ _Plz Help Pin
georgemarios26-Oct-05 2:51
georgemarios26-Oct-05 2:51 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
Cedric Moonen26-Oct-05 3:40
Cedric Moonen26-Oct-05 3:40 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
georgemarios26-Oct-05 6:59
georgemarios26-Oct-05 6:59 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
John R. Shaw26-Oct-05 16:12
John R. Shaw26-Oct-05 16:12 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
georgemarios26-Oct-05 16:35
georgemarios26-Oct-05 16:35 
GeneralRe: About Doc/View relation : Vc++ _Plz Help Pin
John R. Shaw26-Oct-05 18:44
John R. Shaw26-Oct-05 18: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.