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