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

C / C++ / MFC

 
GeneralRe: Splash Screen Pin
Rajesh R Subramanian18-Jan-07 20:39
professionalRajesh R Subramanian18-Jan-07 20:39 
GeneralRe: Splash Screen Pin
Sangeetha_J18-Jan-07 21:19
Sangeetha_J18-Jan-07 21:19 
QuestionRe: Splash Screen Pin
Rajesh R Subramanian19-Jan-07 1:51
professionalRajesh R Subramanian19-Jan-07 1:51 
AnswerRe: Splash Screen Pin
Sangeetha_J19-Jan-07 15:56
Sangeetha_J19-Jan-07 15:56 
GeneralRe: Splash Screen Pin
Rajesh R Subramanian19-Jan-07 18:44
professionalRajesh R Subramanian19-Jan-07 18:44 
GeneralRe: Splash Screen Pin
Sangeetha_J20-Jan-07 0:34
Sangeetha_J20-Jan-07 0:34 
GeneralRe: Splash Screen Pin
Rajesh R Subramanian20-Jan-07 18:26
professionalRajesh R Subramanian20-Jan-07 18:26 
QuestionWinDbg help needed! Pin
A_L17-Jan-07 19:15
A_L17-Jan-07 19:15 
Exe and PDB having different names

Hi,

My project has some special needs that due to them the building (using
a make file system) is done in the following way : build A.win and
A.pdb then B.exe is created from copying A.win. I am talking about DEBUG mode.
My goal is to analyze a mini dmp file using WinDgb while what I have is
B.exe and A.pdb
The pdb is good for debugging B.exe - I can debug using VS 2003 by
attaching to the process and I was able to open the mini dmp files
successfully at some point last week.
I ran the chksym utility and it confirms the A.pdb and B.exe match
Now I am struggling with some symbol matching problem in WinDbg.
I have the unable to verify checksum problem and thats fine since I am
in debug mode.
However, I also have :
*** ERROR: Symbol file could not be found.
used !sym -noisy and then reloaded the module and got
A.pdb - mismatched pdb
*** ERROR: Symbol file could not be found.
Renaming does not seem to solve anything.

I rebuilt my project, opened the executable and its the same problem.

Please help...

--
Thank you!

Questiondisplaying desktop window in another applications window Pin
tictactoer17-Jan-07 19:00
tictactoer17-Jan-07 19:00 
QuestionAbout Vc++ settings Pin
siddharthsan17-Jan-07 18:31
siddharthsan17-Jan-07 18:31 
AnswerRe: About Vc++ settings Pin
Hamid_RT17-Jan-07 18:45
Hamid_RT17-Jan-07 18:45 
GeneralRe: About Vc++ settings Pin
siddharthsan17-Jan-07 19:05
siddharthsan17-Jan-07 19:05 
AnswerRe: About Vc++ settings Pin
Stephen Hewitt17-Jan-07 18:55
Stephen Hewitt17-Jan-07 18:55 
GeneralRe: About Vc++ settings Pin
siddharthsan17-Jan-07 19:16
siddharthsan17-Jan-07 19:16 
QuestionProblem with combining CListCtrl and CTabCtrl Pin
tims8117-Jan-07 18:29
tims8117-Jan-07 18:29 
QuestionRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 3:31
David Crow18-Jan-07 3:31 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 8:10
tims8118-Jan-07 8:10 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 8:15
David Crow18-Jan-07 8:15 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 9:06
tims8118-Jan-07 9:06 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 9:09
David Crow18-Jan-07 9:09 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
malaugh18-Jan-07 7:24
malaugh18-Jan-07 7:24 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 8:29
tims8118-Jan-07 8:29 
GeneralRe: Problem with combining CListCtrl and CTabCtrl Pin
David Crow18-Jan-07 9:11
David Crow18-Jan-07 9:11 
AnswerRe: Problem with combining CListCtrl and CTabCtrl Pin
tims8118-Jan-07 9:14
tims8118-Jan-07 9:14 
QuestionProg that displays square and an equilateral triangle in a window Pin
cshah217-Jan-07 18:19
cshah217-Jan-07 18:19 

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.