CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    3

    CCesocket in Vistual Stdio 2005

    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?

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: CCesocket in Vistual Stdio 2005

    Are you using the "Express" edition of Visual Studio 2005?

    It's my understanding that MFC is not included in the Express edition.

    Mike

  3. #3
    Join Date
    Oct 2005
    Posts
    3

    Re: CCesocket in Vistual Stdio 2005

    i use team suite version

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured