Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multithread Pin
benjnp19-Sep-05 15:33
benjnp19-Sep-05 15:33 
GeneralRe: Multithread Pin
RichardS20-Sep-05 4:21
RichardS20-Sep-05 4:21 
AnswerRe: Multithread Pin
Tim Smith19-Sep-05 18:14
Tim Smith19-Sep-05 18:14 
AnswerRe: Multithread Pin
Jose Lamas Rios19-Sep-05 18:27
Jose Lamas Rios19-Sep-05 18:27 
GeneralRe: Multithread Pin
benjnp20-Sep-05 13:44
benjnp20-Sep-05 13:44 
AnswerRe: Multithread Pin
Roger Stoltz19-Sep-05 21:20
Roger Stoltz19-Sep-05 21:20 
AnswerRe: Multithread Pin
Rainer Schuster19-Sep-05 22:03
Rainer Schuster19-Sep-05 22:03 
GeneralRe: Multithread Pin
benjnp20-Sep-05 17:04
benjnp20-Sep-05 17:04 
AnswerRe: Multithread Pin
Eytukan19-Sep-05 22:45
Eytukan19-Sep-05 22:45 
QuestionCustom WM_NOTIFY NMHDR code Pin
ClickHeRe19-Sep-05 12:37
ClickHeRe19-Sep-05 12:37 
AnswerRe: Custom WM_NOTIFY NMHDR code Pin
nm_11419-Sep-05 20:49
nm_11419-Sep-05 20:49 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
ClickHeRe20-Sep-05 10:06
ClickHeRe20-Sep-05 10:06 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
nm_11420-Sep-05 16:39
nm_11420-Sep-05 16:39 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
ClickHeRe21-Sep-05 9:15
ClickHeRe21-Sep-05 9:15 
GeneralRe: Custom WM_NOTIFY NMHDR code Pin
nm_11421-Sep-05 10:58
nm_11421-Sep-05 10:58 
AnswerRe: Custom WM_NOTIFY NMHDR code Pin
FearTheDoubleShift9-Sep-09 7:13
FearTheDoubleShift9-Sep-09 7:13 
Questionimage ticker Pin
picazo19-Sep-05 11:59
picazo19-Sep-05 11:59 
AnswerRe: image ticker Pin
Mircea Puiu20-Sep-05 1:45
Mircea Puiu20-Sep-05 1:45 
GeneralRe: image ticker Pin
picazo20-Sep-05 5:17
picazo20-Sep-05 5:17 
GeneralRe: image ticker Pin
Mircea Puiu20-Sep-05 6:26
Mircea Puiu20-Sep-05 6:26 
GeneralRe: image ticker Pin
picazo21-Sep-05 5:40
picazo21-Sep-05 5:40 
GeneralRe: image ticker Pin
Mircea Puiu21-Sep-05 6:52
Mircea Puiu21-Sep-05 6:52 
QuestionOdd Pin
benjnp19-Sep-05 10:54
benjnp19-Sep-05 10:54 
AnswerRe: Odd Pin
Christian Graus19-Sep-05 11:32
protectorChristian Graus19-Sep-05 11:32 
you would do well to add member variables, etc, by hand. The IDE stuff works most of the time, but it's not really programming, and sometimes it just falls apart. I learned that the hard way when the IDE made a mess of a COM project, and I had to quickly learn how to add methods to COM by hand.

benjnp wrote:
FILE: dbgheap.c (i don't have this file on my prog)

No, this is part of the runtime. You'd be amazed how many files 'not in your project' get included when you hit 'compile'

Looks like you are accessing memory that is not valid to me.


Christian Graus - Microsoft MVP - C++
GeneralRe: Odd Pin
benjnp19-Sep-05 13:59
benjnp19-Sep-05 13:59 

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.