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

C / C++ / MFC

 
GeneralRe: Read CString in to a buffer Pin
David Crow20-Nov-07 3:23
David Crow20-Nov-07 3:23 
AnswerRe: Read CString in to a buffer Pin
CodingLover20-Nov-07 19:18
CodingLover20-Nov-07 19:18 
Questioncan we debug into delete Pin
George_George19-Nov-07 18:47
George_George19-Nov-07 18:47 
AnswerRe: can we debug into delete Pin
Haroon Sarwar19-Nov-07 22:56
Haroon Sarwar19-Nov-07 22:56 
GeneralRe: can we debug into delete Pin
George_George19-Nov-07 23:51
George_George19-Nov-07 23:51 
GeneralRe: can we debug into delete Pin
Haroon Sarwar19-Nov-07 23:57
Haroon Sarwar19-Nov-07 23:57 
GeneralRe: can we debug into delete Pin
George_George20-Nov-07 0:10
George_George20-Nov-07 0:10 
AnswerRe: can we debug into delete Pin
Matthew Faithfull19-Nov-07 23:15
Matthew Faithfull19-Nov-07 23:15 
It's a little more complex than that, at least in a Debug build which is where you'll most likely be debugging. In order to debug into delete properly you need to have installed the CRuntime Source files when you installed Visual Studio ( They can probably be added afterwards form the CD ) and then you need to include their folder in the source paths for your project so the debugger can find the source.
delete is potentially a long and complex process depending on what you're deleting and even with all the source not every stage will be visible. Remember the compiler generates destructors for classes where you don't write one and these will get called but throw you into the disassembler because there is no source just injected machine language. Don't let this put you off. Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: can we debug into delete Pin
George_George20-Nov-07 0:07
George_George20-Nov-07 0:07 
Questioncan anyone help me in event macros in excel Pin
yaminisridaran19-Nov-07 17:11
yaminisridaran19-Nov-07 17:11 
AnswerRe: can anyone help me in event macros in excel Pin
Peter Weyzen19-Nov-07 21:22
Peter Weyzen19-Nov-07 21:22 
QuestionWhich is more efficient in C Pin
KellyR19-Nov-07 16:37
KellyR19-Nov-07 16:37 
AnswerRe: Which is more efficient in C Pin
Roger Broomfield19-Nov-07 17:24
Roger Broomfield19-Nov-07 17:24 
AnswerRe: Which is more efficient in C Pin
User 58385219-Nov-07 17:32
User 58385219-Nov-07 17:32 
GeneralRe: Which is more efficient in C Pin
KellyR19-Nov-07 18:38
KellyR19-Nov-07 18:38 
AnswerRe: Which is more efficient in C Pin
followait19-Nov-07 18:08
followait19-Nov-07 18:08 
GeneralRe: Which is more efficient in C Pin
KellyR19-Nov-07 18:38
KellyR19-Nov-07 18:38 
AnswerRe: Which is more efficient in C Pin
jhwurmbach19-Nov-07 22:36
jhwurmbach19-Nov-07 22:36 
QuestionHow to implement Thumbnail list that is scroll from left to right Pin
followait19-Nov-07 16:03
followait19-Nov-07 16:03 
AnswerRe: How to implement Thumbnail list that is scroll from left to right Pin
Hamid_RT19-Nov-07 19:54
Hamid_RT19-Nov-07 19:54 
GeneralRe: How to implement Thumbnail list that is scroll from left to right Pin
followait20-Nov-07 1:31
followait20-Nov-07 1:31 
GeneralRe: How to implement Thumbnail list that is scroll from left to right Pin
Hamid_RT20-Nov-07 18:56
Hamid_RT20-Nov-07 18:56 
QuestionModal dialog in SDI application Pin
Trashpilepunker19-Nov-07 15:02
Trashpilepunker19-Nov-07 15:02 
AnswerRe: Modal dialog in SDI application Pin
Nelek19-Nov-07 22:08
protectorNelek19-Nov-07 22:08 
GeneralRe: Modal dialog in SDI application Pin
Trashpilepunker20-Nov-07 7:30
Trashpilepunker20-Nov-07 7:30 

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.