Click here to Skip to main content
15,917,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Window IME language Pin
David Crow10-Sep-10 9:30
David Crow10-Sep-10 9:30 
GeneralRe: Window IME language Pin
fusion_nuke@hotmail.com10-Sep-10 18:00
fusion_nuke@hotmail.com10-Sep-10 18:00 
AnswerRe: Window IME language Pin
Nemanja Trifunovic10-Sep-10 8:57
Nemanja Trifunovic10-Sep-10 8:57 
QuestionCList with Pointers Pin
VentsyV10-Sep-10 7:05
VentsyV10-Sep-10 7:05 
QuestionRe: CList with Pointers Pin
CPallini10-Sep-10 7:51
mveCPallini10-Sep-10 7:51 
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 8:01
VentsyV10-Sep-10 8:01 
QuestionRe: CList with Pointers Pin
David Crow10-Sep-10 8:10
David Crow10-Sep-10 8:10 
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 8:33
VentsyV10-Sep-10 8:33 
I stepped through the code and it's narrowed to pretty much that. The AddTail is calling NewNode which it appears is trying to deference the pointer.

In afxtempl.h NewNode function (Line 931)

::new( (void*)( &pNode->data ) ) TYPE;

And it fails there.
AnswerRe: CList with Pointers Pin
VentsyV10-Sep-10 9:18
VentsyV10-Sep-10 9:18 
QuestionPrint a FormView Pin
Shivanand Gupta10-Sep-10 2:25
Shivanand Gupta10-Sep-10 2:25 
AnswerRe: Print a FormView Pin
Richard MacCutchan10-Sep-10 5:21
mveRichard MacCutchan10-Sep-10 5:21 
AnswerRe: Print a FormView Pin
bob1697210-Sep-10 8:30
bob1697210-Sep-10 8:30 
GeneralRe: Print a FormView Pin
Shivanand Gupta11-Sep-10 8:31
Shivanand Gupta11-Sep-10 8:31 
GeneralRe: Print a FormView Pin
bob1697214-Sep-10 3:23
bob1697214-Sep-10 3:23 
GeneralRe: Print a FormView Pin
Shivanand Gupta14-Sep-10 5:31
Shivanand Gupta14-Sep-10 5:31 
QuestionCComboBox lost focus! Pin
Arrin10-Sep-10 2:21
Arrin10-Sep-10 2:21 
AnswerRe: CComboBox lost focus! Pin
Shivanand Gupta10-Sep-10 2:30
Shivanand Gupta10-Sep-10 2:30 
GeneralRe: CComboBox lost focus! Pin
Arrin10-Sep-10 3:32
Arrin10-Sep-10 3:32 
GeneralRe: CComboBox lost focus! Pin
MicroVirus10-Sep-10 13:00
MicroVirus10-Sep-10 13:00 
QuestionHow to exchange Layers in Tiff File Format.? Pin
002comp9-Sep-10 23:25
002comp9-Sep-10 23:25 
AnswerRe: How to exchange Layers in Tiff File Format.? Pin
Chris Losinger10-Sep-10 3:49
professionalChris Losinger10-Sep-10 3:49 
GeneralRe: How to exchange Layers in Tiff File Format.? Pin
002comp13-Sep-10 18:10
002comp13-Sep-10 18:10 
QuestionList View Dragging win32 Pin
arun_pk9-Sep-10 4:43
arun_pk9-Sep-10 4:43 
AnswerRe: List View Dragging win32 Pin
Richard MacCutchan9-Sep-10 4:51
mveRichard MacCutchan9-Sep-10 4:51 
GeneralRe: List View Dragging win32 Pin
arun_pk9-Sep-10 4:53
arun_pk9-Sep-10 4:53 

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.