I'm using V. Studio .net 2003 + Nokia's s60 SDK version 1.2:
I'm trying to compile a .cpp file that includes smutset.h.
For some reason the compiler outputs the following error:
C:\Symbian\6.1\Series60\\Epoc32\Include\smutset.h(34): error C2236: unexpected 'class' 'CSmsNumber'
I even went to the extreme and created a .cpp file that contains ONLY the following line:
#include <smutset.h>
And guess what... the compiler still outputs the same error message...
Can anybody help me: why does this happen?
Thanks.

Reply With Quote

