|
-
May 26th, 2009, 04:35 AM
#5
Re: regarding CObject and CTypedPtrArray
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2143: syntax error : missing ';' before '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2501: 'CTypedPtrArray' : missing storage-class or type specifiers
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2059: syntax error : '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2238: unexpected token(s) preceding ';'
PflowDoc.cpp
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2143: syntax error : missing ';' before '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2501: 'CTypedPtrArray' : missing storage-class or type specifiers
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2059: syntax error : '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2238: unexpected token(s) preceding ';'
PflowView.cpp
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2143: syntax error : missing ';' before '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2501: 'CTypedPtrArray' : missing storage-class or type specifiers
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2059: syntax error : '<'
f:\myprojects\pflow\pflow\pflowdoc.h(25) : error C2238: unexpected token(s) preceding ';'
Generating Code...
Error executing cl.exe.
Pflow.exe - 12 error(s), 0 warning(s)
and line(25) is
CTypedPtrArray<CCmdTarget, CBus*>m_array;
this is declared in doc header file my project....
thnx
Tags for this Thread
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
|