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

C / C++ / MFC

 
AnswerRe: debugging a dll on command line Pin
Cedric Moonen11-Sep-07 5:00
Cedric Moonen11-Sep-07 5:00 
GeneralRe: debugging a dll on command line Pin
Orkun GEDiK11-Sep-07 5:40
Orkun GEDiK11-Sep-07 5:40 
AnswerRe: debugging a dll on command line Pin
aks.11-Sep-07 5:56
aks.11-Sep-07 5:56 
GeneralRe: debugging a dll on command line Pin
carrivick11-Sep-07 9:52
carrivick11-Sep-07 9:52 
GeneralRe: debugging a dll on command line Pin
Orkun GEDiK11-Sep-07 20:18
Orkun GEDiK11-Sep-07 20:18 
GeneralRe: debugging a dll on command line Pin
carrivick11-Sep-07 22:26
carrivick11-Sep-07 22:26 
GeneralRe: debugging a dll on command line Pin
Orkun GEDiK12-Sep-07 1:16
Orkun GEDiK12-Sep-07 1:16 
GeneralRe: debugging a dll on command line Pin
carrivick12-Sep-07 5:46
carrivick12-Sep-07 5:46 
WinDbg has a symbol search path and a source search path. both of these need to be set up correctly. You can also download symbols for windows DLL's for various OS. You can also specify a debugger for any executable image which will get loaded automatically when the program executes. Very useful for debugging services.

"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"

create a key called "debugger" with a value like

"C:\Program Files\Debugging Tools for Windows\windbg.exe" -g
GeneralRe: debugging a dll on command line Pin
Orkun GEDiK11-Sep-07 20:14
Orkun GEDiK11-Sep-07 20:14 
QuestionPlotting the wav file Pin
Maynka11-Sep-07 3:51
Maynka11-Sep-07 3:51 
AnswerRe: Plotting the wav file Pin
jhwurmbach11-Sep-07 4:58
jhwurmbach11-Sep-07 4:58 
AnswerRe: Plotting the wav file Pin
carrivick11-Sep-07 10:07
carrivick11-Sep-07 10:07 
GeneralRe: Plotting the wav file Pin
Maynka11-Sep-07 18:58
Maynka11-Sep-07 18:58 
QuestionModify tooltip - Mouse over file (.xml) Pin
AeJai11-Sep-07 3:50
AeJai11-Sep-07 3:50 
AnswerRe: Modify tooltip - Mouse over file (.xml) Pin
carrivick11-Sep-07 10:44
carrivick11-Sep-07 10:44 
GeneralRe: Modify tooltip - Mouse over file (.xml) Pin
AeJai11-Sep-07 12:32
AeJai11-Sep-07 12:32 
GeneralRe: Modify tooltip - Mouse over file (.xml) Pin
carrivick12-Sep-07 0:48
carrivick12-Sep-07 0:48 
QuestionMFC: How to disable toolbar buttons Pin
progDes11-Sep-07 3:15
progDes11-Sep-07 3:15 
AnswerRe: MFC: How to disable toolbar buttons Pin
bob1697211-Sep-07 6:52
bob1697211-Sep-07 6:52 
AnswerRe: MFC: How to disable toolbar buttons Pin
Mark Salsbery11-Sep-07 6:56
Mark Salsbery11-Sep-07 6:56 
AnswerRe: MFC: How to disable toolbar buttons Pin
progDes11-Sep-07 7:15
progDes11-Sep-07 7:15 
QuestionIVMRWindowlessControl:: RepaintVideo Pin
P e t e r11-Sep-07 2:49
P e t e r11-Sep-07 2:49 
AnswerRe: IVMRWindowlessControl:: RepaintVideo Pin
carrivick11-Sep-07 10:49
carrivick11-Sep-07 10:49 
QuestionCListCtrl problem Pin
josip cagalj11-Sep-07 2:19
josip cagalj11-Sep-07 2:19 
AnswerRe: CListCtrl problem Pin
Mark Salsbery11-Sep-07 7:03
Mark Salsbery11-Sep-07 7:03 

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.