Click to See Complete Forum and Search --> : sensapi.h and sensapi.lib missing


Sanai
April 10th, 2003, 12:32 PM
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 ??

Mick
April 10th, 2003, 12:39 PM
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.

Andreas Masur
April 10th, 2003, 02:51 PM
Platform SDK Update (http://www.microsoft.com/msdownload/platformsdk/sdkupdate/)...