Click here to Skip to main content
15,894,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help,about update view. Pin
«_Superman_»16-Nov-09 16:43
professional«_Superman_»16-Nov-09 16:43 
GeneralRe: Help,about update view. Pin
majianwei8616-Nov-09 19:02
majianwei8616-Nov-09 19:02 
AnswerRe: Help,about update view. Pin
Adam Roderick J16-Nov-09 16:45
Adam Roderick J16-Nov-09 16:45 
GeneralRe: Help,about update view. Pin
majianwei8616-Nov-09 19:05
majianwei8616-Nov-09 19:05 
QuestionHow to hide/remove the menu in MFC Dialog project ? Pin
wangningyu16-Nov-09 14:38
wangningyu16-Nov-09 14:38 
AnswerRe: How to hide/remove the menu in MFC Dialog project ? Pin
«_Superman_»16-Nov-09 15:41
professional«_Superman_»16-Nov-09 15:41 
GeneralRe: How to hide/remove the menu in MFC Dialog project ? Pin
wangningyu16-Nov-09 15:46
wangningyu16-Nov-09 15:46 
QuestionLittle help with analyzing minidumps Pin
Code-o-mat16-Nov-09 10:32
Code-o-mat16-Nov-09 10:32 
Hello folks!

This isn't directly a C++ question, but i don't really know where to ask this, and it is kinda related to C++ since we do work with VC++ and use MFC so...i thought i try my luck here, sorry if i "heavily" misplaced this question. So...
We work on a project, every time we give out an RC (Release Candidate), we backup the PDB and the -that time- current source files for later usage. Then, after we receive a crash report from a test site, we check the logs what version they were created with, retriece the PDB, the EXE and the sources to analyze the minidump included with the logs. Now, my problem is that the PDB seems to have the paths to the source files "hardcoded" into it and because of this, every time when we get a dump to analyze, we have to replace our latest sources with the less recent ones which were archived when the given RC went out so we know where the crash occured, what threads were doing and so on. After we are done with it then we have to get back to our latest sources again to continue the development. As you can think this is a bit...uncomfortable. Is there a way to tell Visual Studio (2003, yes, i know, it is old...) to search for the source files somewhere else than where they originally were located when the PDB was made? What i mean is, for example let's say a given file is in c:\projects\the_thing\the_file.cpp when the project is being built. Once the RC is out we make changes to the_file.cpp, then we get a crash, instead of having to replace the_file.cpp with the earlier version to see where the crash occured, i would rather try to copy the earlier version to c:\dumpchecks\the_thing\the_file.cpp and then somehow tell VS to instead of c:\projectss\the_thing, use c:\dumpchecks\the_thing to locate the sources. Of course i wouldn't like to do this for every single file, just tell it once to use c:\dumpchecks instead of c:\projects. Is this duable, or is there some other simple way i don't know of to solve this? I tried to change some folders in project settings and such like the "Working folder" but nothing seems to change this. Thanks in advance for any help.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

AnswerRe: Little help with analyzing minidumps Pin
«_Superman_»16-Nov-09 11:00
professional«_Superman_»16-Nov-09 11:00 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 11:09
Code-o-mat16-Nov-09 11:09 
AnswerRe: Little help with analyzing minidumps Pin
Stephen Hewitt16-Nov-09 16:40
Stephen Hewitt16-Nov-09 16:40 
GeneralRe: Little help with analyzing minidumps Pin
Code-o-mat16-Nov-09 20:17
Code-o-mat16-Nov-09 20:17 
QuestionProblem with List Control Pin
emmmatty116-Nov-09 8:23
emmmatty116-Nov-09 8:23 
AnswerRe: Problem with List Control Pin
Richard MacCutchan16-Nov-09 8:43
mveRichard MacCutchan16-Nov-09 8:43 
AnswerRe: Problem with List Control Pin
«_Superman_»16-Nov-09 8:45
professional«_Superman_»16-Nov-09 8:45 
QuestionHow to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 6:54
SujayG16-Nov-09 6:54 
AnswerRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
«_Superman_»16-Nov-09 8:07
professional«_Superman_»16-Nov-09 8:07 
GeneralRe: How to access the Windows Explorer ( right hand pane ) in Windows 7 Pin
SujayG16-Nov-09 17:13
SujayG16-Nov-09 17:13 
QuestionTIming Pin
Anthony Appleyard16-Nov-09 6:24
Anthony Appleyard16-Nov-09 6:24 
AnswerRe: TIming Pin
Iain Clarke, Warrior Programmer16-Nov-09 6:32
Iain Clarke, Warrior Programmer16-Nov-09 6:32 
GeneralOT-Hey Warrior! Pin
CPallini16-Nov-09 9:36
mveCPallini16-Nov-09 9:36 
GeneralRe: OT-Hey Warrior! Pin
Iain Clarke, Warrior Programmer16-Nov-09 21:43
Iain Clarke, Warrior Programmer16-Nov-09 21:43 
AnswerRe: TIming Pin
Chris Losinger16-Nov-09 7:09
professionalChris Losinger16-Nov-09 7:09 
AnswerRe: TIming Pin
Jeff Archer16-Nov-09 17:11
Jeff Archer16-Nov-09 17:11 
GeneralRe: TIming Pin
Anthony Appleyard16-Nov-09 23:34
Anthony Appleyard16-Nov-09 23:34 

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.