Click here to Skip to main content
16,019,272 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Compile any projects through a project in a workspace Pin
prasad_som21-Feb-07 18:50
prasad_som21-Feb-07 18:50 
QuestionLNK1104: cannot open file Pin
vandelaycp21-Feb-07 14:28
vandelaycp21-Feb-07 14:28 
AnswerRe: LNK1104: cannot open file Pin
Waldermort21-Feb-07 14:35
Waldermort21-Feb-07 14:35 
Questionhow to get a scroll window's size? Pin
Michael ZY21-Feb-07 14:11
Michael ZY21-Feb-07 14:11 
AnswerRe: how to get a scroll window's size? Pin
Mark Salsbery21-Feb-07 14:31
Mark Salsbery21-Feb-07 14:31 
Questionerror C2451 Pin
Waldermort21-Feb-07 13:10
Waldermort21-Feb-07 13:10 
AnswerRe: error C2451 Pin
Stephen Hewitt21-Feb-07 13:50
Stephen Hewitt21-Feb-07 13:50 
GeneralRe: error C2451 Pin
Waldermort21-Feb-07 14:13
Waldermort21-Feb-07 14:13 
No, it's just a plain class.

declared as:
std::list< D3DQuad* > m_liBatchQue;
Just your average run of the mill std::list declared as a class member.

I should also note that D3DQuad is itself a standalone class. Well, it's more of a struct with a few ease of use methods.

class D3DQuad
{
    D3DQuad( void );
    ~D3DQuad( void );
};


I have got around the issue by looping the list myself and comparing each member, but I can't understand why std::find is giving me this error. It's not the first time I have created a list of pointers and I have never had this trouble before.
QuestionCListCtrl::InsertColumn &amp; DeleteColumn [modified] Pin
deposit21-Feb-07 13:00
deposit21-Feb-07 13:00 
QuestionAccessing GIF color table Pin
jak10278921-Feb-07 12:06
jak10278921-Feb-07 12:06 
AnswerRe: Accessing GIF color table Pin
Mark Salsbery21-Feb-07 15:31
Mark Salsbery21-Feb-07 15:31 
Questionneed some help in using property sheets [modified] Pin
l_d21-Feb-07 8:16
l_d21-Feb-07 8:16 
AnswerRe: need some help in using property sheets Pin
James R. Twine21-Feb-07 8:41
James R. Twine21-Feb-07 8:41 
GeneralRe: need some help in using property sheets Pin
l_d22-Feb-07 8:25
l_d22-Feb-07 8:25 
Questiondesktop rect Pin
viliam21-Feb-07 8:01
viliam21-Feb-07 8:01 
AnswerRe: desktop rect Pin
Mark Salsbery21-Feb-07 8:13
Mark Salsbery21-Feb-07 8:13 
GeneralRe: desktop rect Pin
viliam21-Feb-07 8:19
viliam21-Feb-07 8:19 
Questionvc++ XLAutomation error Pin
rolfhorror21-Feb-07 7:49
rolfhorror21-Feb-07 7:49 
AnswerRe: vc++ XLAutomation error Pin
Stephen Hewitt21-Feb-07 11:59
Stephen Hewitt21-Feb-07 11:59 
QuestionRemoving an ugly border Pin
dontknowitall21-Feb-07 6:37
dontknowitall21-Feb-07 6:37 
AnswerRe: Removing an ugly border Pin
Mark Salsbery21-Feb-07 7:30
Mark Salsbery21-Feb-07 7:30 
GeneralRe: Removing an ugly border Pin
dontknowitall21-Feb-07 7:38
dontknowitall21-Feb-07 7:38 
GeneralRe: Removing an ugly border Pin
Mark Salsbery21-Feb-07 7:46
Mark Salsbery21-Feb-07 7:46 
GeneralRe: Removing an ugly border Pin
dontknowitall21-Feb-07 9:15
dontknowitall21-Feb-07 9:15 
GeneralRe: Removing an ugly border Pin
Mark Salsbery21-Feb-07 9:50
Mark Salsbery21-Feb-07 9:50 

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.