class CTimeOutSocket : public CCeSocket
i declare a new class derive from CCesocket , in EVC 4 that is OK ,
but in Vistual Stdio 2005 ,there is a error when compile :
" error C2504: 'CCeSocket' : base class undefined "
can anyone tell me why?
Printable View
class CTimeOutSocket : public CCeSocket
i declare a new class derive from CCesocket , in EVC 4 that is OK ,
but in Vistual Stdio 2005 ,there is a error when compile :
" error C2504: 'CCeSocket' : base class undefined "
can anyone tell me why?
Are you using the "Express" edition of Visual Studio 2005?
It's my understanding that MFC is not included in the Express edition.
Mike
i use team suite version