S
seema
hi all ,
I am new to C++ programming. Can some body explain reason for this
compilation error,
.../inc/polecache.h", line 339: error #2322: object of abstract class
type
"CPoleCache::CCacheViewImpl" is not allowed:
pure virtual function "IViewObject:raw" has no overrider
CCacheViewImpl m_View;
/\
I got this compilation error when compiling with "aC++/ANSI C A.06.05"
on
HP-UX 11i. This code was working fine with "aC++/ANSI C A.06.05" before
Thanks,
Seema Rao
I am new to C++ programming. Can some body explain reason for this
compilation error,
.../inc/polecache.h", line 339: error #2322: object of abstract class
type
"CPoleCache::CCacheViewImpl" is not allowed:
pure virtual function "IViewObject:raw" has no overrider
CCacheViewImpl m_View;
/\
I got this compilation error when compiling with "aC++/ANSI C A.06.05"
on
HP-UX 11i. This code was working fine with "aC++/ANSI C A.06.05" before
Thanks,
Seema Rao