Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode and standard libraries Pin
Tim Smith5-Jul-05 12:51
Tim Smith5-Jul-05 12:51 
GeneralRe: Unicode and standard libraries Pin
JWood5-Jul-05 14:08
JWood5-Jul-05 14:08 
GeneralAdding controls manually to CWnd derrived object Pin
Budric B.5-Jul-05 11:46
Budric B.5-Jul-05 11:46 
GeneralRe: Adding controls manually to CWnd derrived object Pin
PJ Arends5-Jul-05 12:22
professionalPJ Arends5-Jul-05 12:22 
QuestionSetting breakpoints in a DLL...how? Pin
dandy725-Jul-05 9:06
dandy725-Jul-05 9:06 
AnswerRe: Setting breakpoints in a DLL...how? Pin
Peter Weyzen5-Jul-05 9:48
Peter Weyzen5-Jul-05 9:48 
GeneralRe: Setting breakpoints in a DLL...how? Pin
dandy726-Jul-05 10:23
dandy726-Jul-05 10:23 
AnswerRe: Setting breakpoints in a DLL...how? Pin
Toby Opferman5-Jul-05 10:02
Toby Opferman5-Jul-05 10:02 
If you use CDB/NTSD or WINDBG you could do this:

sxe ld smtpdisclaimer.dll

That will then break into the debugger once your DLL is loaded. Once it is you can then set break points "bp smtpdiscalimer!OnStmpOutCommand" for example.

If it doesn't get hit, perhaps it's not being called?

You can also send messages to the debugger using "OutputDebugString" API.

You can also as someone else pointed out, put hard coded break points into your application.



8bc7c0ec02c0e404c0cc0680f7018827ebee
Generalan interview question of undo/redo Pin
qudayong5-Jul-05 8:16
qudayong5-Jul-05 8:16 
GeneralRe: an interview question Pin
Jose Lamas Rios5-Jul-05 8:40
Jose Lamas Rios5-Jul-05 8:40 
GeneralRe: an interview question Pin
David Crow5-Jul-05 9:18
David Crow5-Jul-05 9:18 
GeneralRe: an interview question Pin
qudayong5-Jul-05 9:46
qudayong5-Jul-05 9:46 
GeneralRe: an interview question Pin
David Crow5-Jul-05 9:55
David Crow5-Jul-05 9:55 
GeneralRe: an interview question Pin
Toby Opferman5-Jul-05 9:59
Toby Opferman5-Jul-05 9:59 
GeneralRe: an interview question Pin
Tim Smith5-Jul-05 13:20
Tim Smith5-Jul-05 13:20 
GeneralRe: an interview question Pin
qudayong5-Jul-05 15:14
qudayong5-Jul-05 15:14 
GeneralRe: an interview question of undo/redo Pin
Chris Losinger5-Jul-05 15:27
professionalChris Losinger5-Jul-05 15:27 
GeneralRe: an interview question of undo/redo Pin
qudayong6-Jul-05 1:59
qudayong6-Jul-05 1:59 
GeneralRe: an interview question of undo/redo Pin
Chris Losinger6-Jul-05 2:13
professionalChris Losinger6-Jul-05 2:13 
GeneralRe: an interview question of undo/redo Pin
Mister Transistor14-Jul-05 3:30
Mister Transistor14-Jul-05 3:30 
GeneralRe: an interview question of undo/redo Pin
qudayong6-Jul-05 4:34
qudayong6-Jul-05 4:34 
GeneralRe: HELP VC++ my program is stuck. Pin
Wes Aday5-Jul-05 7:51
professionalWes Aday5-Jul-05 7:51 
GeneralRe: HELP VC++ my program is stuck. Pin
Anonymous5-Jul-05 8:44
Anonymous5-Jul-05 8:44 
QuestionHow to execute a file in memory being of type CMemFile Pin
Anonymous5-Jul-05 7:15
Anonymous5-Jul-05 7:15 
AnswerRe: How to execute a file in memory being of type CMemFile Pin
David Spain5-Jul-05 17:56
David Spain5-Jul-05 17:56 

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.