CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Posts
    62

    pcmcia device driver

    --------------------Configuration: Proto - Win32 (WCE ARM) Release--------------------
    Compiling...
    StdAfx.cpp
    C:\linwa\pcmcia\Pocket PC\Proto\stdafx.h(26) : fatal error C1083: Cannot open include file: 'sockserv.h': No such file or directory
    Error executing clarm.exe.

    Proto.dll - 1 error(s), 0 warning(s)

    i got this error during compiling. can someone help me??

  2. #2
    Join Date
    Feb 2000
    Location
    Greensboro NC
    Posts
    123
    couldnt be any more straight forward the compiler can not find the include file named 'sockserv.h' and is displaying the include file that is trying to include it 'C:\linwa\pcmcia\Pocket PC\Proto\stdafx.h'

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