Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Reference to a pointer question [modified] Pin
Aescleal12-Sep-10 11:01
Aescleal12-Sep-10 11:01 
QuestionWindow IME language Pin
fusion_nuke@hotmail.com10-Sep-10 7:48
fusion_nuke@hotmail.com10-Sep-10 7:48 
GeneralRe: Window IME language Pin
David Crow10-Sep-10 8:15
David Crow10-Sep-10 8:15 
GeneralRe: Window IME language Pin
Nemanja Trifunovic10-Sep-10 8:48
Nemanja Trifunovic10-Sep-10 8:48 
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 
I have something along the lines of:


typedef CList<MyObjPtr, MyObjPtr> PTRLIST;

MyObjPtr pMyObj1 = CreateObject();

PTRLIST* myList = new PTRLIST;
if(pMyObj1 && pMyObj1->isValid())
myList->AddTail(pMyObj1);


I know the pointer is valid and the list is empty, but when I try to add to the tail I get an exception. I traced it to where it's trying to new a new node.

Any ideas?
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 
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 

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.