|
-
October 20th, 1999, 10:40 AM
#1
CList as a parameter
When I have a CList as a parameter, as below:
bool CFBlock::GetCompoundBlks( CList<CString, CString&> )
why do I get an error when I do:
CList <CString, CString&> BlkTechDesigList;
FBlk.GetCompoundBlks( BlkTechDesigList );
(FBlk is defined as CFBlock)
???
I get the error:
error C2664: 'GetCompoundBlks' : cannot convert parameter 1 from 'class CList<class CString,class CString &>' to 'class CList<class CString,class CString &>'
Thanks
Fernando Jordan
PS: Pls, reply to [email protected], if possible...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|