CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    Pakistan
    Posts
    5

    sensapi.h and sensapi.lib missing

    Im working on a project and i want to get the network connection speed or the traffic on a specified host ... so i decided to use the function
    IsDestinationReachable()
    but it requires <sensapi.h> and <sensapi.lib>
    i have written a program but it fails to complie and gives the error

    fatal error C1083: Cannot open include file: 'Sensapi.h': No such file or directory

    so the sensapi.h and sensapi.lib are not installed during Visual Studio/Visual C++ installation .. what should i do ?
    from where i can get these header files ?
    if i have to install Platform SDK from where should i download its updated version ??

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537

    Re: sensapi.h and sensapi.lib missing

    Originally posted by Sanai
    Im working on a project and i want to get the network connection speed or the traffic on a specified host ... so i decided to use the function
    IsDestinationReachable()
    but it requires <sensapi.h> and <sensapi.lib>
    i have written a program but it fails to complie and gives the error

    fatal error C1083: Cannot open include file: 'Sensapi.h': No such file or directory

    so the sensapi.h and sensapi.lib are not installed during Visual Studio/Visual C++ installation .. what should i do ?
    from where i can get these header files ?
    if i have to install Platform SDK from where should i download its updated version ??
    You do need the Platfrom SDK.
    MSDN.microsoft.com should be in the downloads section.

  3. #3
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

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