Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: _variant Pin
JonEngle9-Aug-05 12:19
JonEngle9-Aug-05 12:19 
GeneralAssertion failed Pin
valerie999-Aug-05 8:37
valerie999-Aug-05 8:37 
GeneralRe: Assertion failed Pin
Jose Lamas Rios9-Aug-05 9:15
Jose Lamas Rios9-Aug-05 9:15 
GeneralRe: Assertion failed Pin
valerie999-Aug-05 9:34
valerie999-Aug-05 9:34 
GeneralRe: Assertion failed Pin
Jose Lamas Rios9-Aug-05 9:41
Jose Lamas Rios9-Aug-05 9:41 
GeneralRe: Assertion failed Pin
valerie999-Aug-05 9:44
valerie999-Aug-05 9:44 
GeneralRe: Assertion failed Pin
Maximilien9-Aug-05 9:42
Maximilien9-Aug-05 9:42 
GeneralRe: Assertion failed Pin
John R. Shaw9-Aug-05 10:25
John R. Shaw9-Aug-05 10:25 
This sounds like a slight twist on an old problem. Where the problem appears to be may not be where the problem is. You need to work backwards from where you first see the problem and examine every allocation and memory access. The simpilest way it to place a lot of TRACE(...) commands in your code along the path leading upto the problem, and examine the trace output. A validator like BoundsChecker will probably help solve the problem, but validators have limits to; so the TRACEs may be your best bet.

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Assertion failed Pin
valerie999-Aug-05 10:31
valerie999-Aug-05 10:31 
GeneralRe: Assertion failed Pin
JonEngle9-Aug-05 12:24
JonEngle9-Aug-05 12:24 
GeneralRe: Assertion failed Pin
Tim Smith9-Aug-05 13:03
Tim Smith9-Aug-05 13:03 
GeneralCompiling 64-bit executable(VS .NET 2003). Pin
oleg639-Aug-05 8:30
professionaloleg639-Aug-05 8:30 
GeneralLoad bitmap from a file Pin
mpastchenko9-Aug-05 8:14
mpastchenko9-Aug-05 8:14 
GeneralRe: Load bitmap from a file Pin
David Crow9-Aug-05 8:25
David Crow9-Aug-05 8:25 
GeneralRe: Load bitmap from a file Pin
mpastchenko9-Aug-05 11:53
mpastchenko9-Aug-05 11:53 
GeneralRe: Load bitmap from a file Pin
David Crow10-Aug-05 2:44
David Crow10-Aug-05 2:44 
GeneralRe: Load bitmap from a file Pin
Jose Lamas Rios9-Aug-05 9:36
Jose Lamas Rios9-Aug-05 9:36 
GeneralRe: Load bitmap from a file Pin
mpastchenko9-Aug-05 12:09
mpastchenko9-Aug-05 12:09 
GeneralRe: Load bitmap from a file Pin
PJ Arends9-Aug-05 12:06
professionalPJ Arends9-Aug-05 12:06 
GeneralRe: Load bitmap from a file Pin
mpastchenko9-Aug-05 13:04
mpastchenko9-Aug-05 13:04 
GeneralRe: Load bitmap from a file Pin
Christian Graus9-Aug-05 13:45
protectorChristian Graus9-Aug-05 13:45 
GeneralRe: Load bitmap from a file Pin
PJ Arends9-Aug-05 15:25
professionalPJ Arends9-Aug-05 15:25 
Generalnon-admin logins prevent program execution Pin
elephantstar9-Aug-05 7:40
elephantstar9-Aug-05 7:40 
GeneralRe: non-admin logins prevent program execution Pin
David Crow9-Aug-05 7:58
David Crow9-Aug-05 7:58 
QuestionPlease enter the path for vc60.pdb?? Pin
valerie999-Aug-05 7:33
valerie999-Aug-05 7:33 

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.