|
-
April 10th, 2003, 12:32 PM
#1
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 ??
-
April 10th, 2003, 12:39 PM
#2
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.
-
April 10th, 2003, 02:51 PM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|