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

C / C++ / MFC

 
AnswerRe: HELP PLS: How to get WINDOWS HANDLER!! Pin
David Crow11-Nov-05 3:07
David Crow11-Nov-05 3:07 
Questionwhy breakpoint is invalid when I debug a application Pin
sude10-Nov-05 19:58
sude10-Nov-05 19:58 
QuestionRe: why breakpoint is invalid when I debug a application Pin
shivditya10-Nov-05 21:13
shivditya10-Nov-05 21:13 
AnswerRe: why breakpoint is invalid when I debug a application Pin
shivditya10-Nov-05 21:15
shivditya10-Nov-05 21:15 
AnswerRe: why breakpoint is invalid when I debug a application Pin
ThatsAlok10-Nov-05 22:48
ThatsAlok10-Nov-05 22:48 
QuestionRe: why breakpoint is invalid when I debug a application Pin
shivditya11-Nov-05 0:12
shivditya11-Nov-05 0:12 
AnswerRe: why breakpoint is invalid when I debug a application Pin
ThatsAlok11-Nov-05 0:37
ThatsAlok11-Nov-05 0:37 
GeneralRe: why breakpoint is invalid when I debug a application Pin
Roger Allen11-Nov-05 1:35
Roger Allen11-Nov-05 1:35 
This is because the debugger cannot find the symbols of the DLL they are trying to set the breakpoint in.

They need to goto the Project settins, debug tab and select Additional DLLs in the combo box, you can then specify additional DLLs which will have symbols loaded for them at debug startup. this allows breakpoints to be set in loaded DLLs of a project.

Note: This was written with VC6 in mind

If you vote me down, my score will only get lower
GeneralRe: why breakpoint is invalid when I debug a application Pin
ThatsAlok11-Nov-05 1:43
ThatsAlok11-Nov-05 1:43 
GeneralRe: why breakpoint is invalid when I debug a application Pin
Nemanja Trifunovic11-Nov-05 3:32
Nemanja Trifunovic11-Nov-05 3:32 
AnswerRe: why breakpoint is invalid when I debug a application Pin
Bob Stanneveld10-Nov-05 21:31
Bob Stanneveld10-Nov-05 21:31 
QuestionVC2003 IDE Option Question Pin
Gammill10-Nov-05 19:22
Gammill10-Nov-05 19:22 
AnswerRe: VC2003 IDE Option Question Pin
khan++10-Nov-05 20:57
khan++10-Nov-05 20:57 
GeneralRe: VC2003 IDE Option Question Pin
Gammill11-Nov-05 11:53
Gammill11-Nov-05 11:53 
AnswerRe: VC2003 IDE Option Question Pin
*Dreamz11-Nov-05 0:55
*Dreamz11-Nov-05 0:55 
AnswerRe: VC2003 IDE Option Question Pin
jhwurmbach11-Nov-05 1:59
jhwurmbach11-Nov-05 1:59 
GeneralRe: VC2003 IDE Option Question Pin
Gammill11-Nov-05 11:57
Gammill11-Nov-05 11:57 
Questioninclusion of header and lib files (of DLL) in win32 Pin
QuickDeveloper10-Nov-05 18:38
QuickDeveloper10-Nov-05 18:38 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
QuickDeveloper10-Nov-05 18:45
QuickDeveloper10-Nov-05 18:45 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
User 58385210-Nov-05 19:08
User 58385210-Nov-05 19:08 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
S. Senthil Kumar10-Nov-05 19:08
S. Senthil Kumar10-Nov-05 19:08 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
QuickDeveloper10-Nov-05 19:19
QuickDeveloper10-Nov-05 19:19 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
sophirov10-Nov-05 21:06
sophirov10-Nov-05 21:06 
GeneralRe: inclusion of header and lib files (of DLL) in win32 Pin
S. Senthil Kumar11-Nov-05 0:29
S. Senthil Kumar11-Nov-05 0:29 
QuestionHow to convert chinese code from MBSC to UTF16 Pin
LaHaHa10-Nov-05 18:29
LaHaHa10-Nov-05 18:29 

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.