iphlpapi.h?
-
Hi all, I downloaded a program source code from internet and failed to compile it, the reason is a header file named "iphlpapi.h" could not be found on my computer. Could someone tell me why I don't have it? I'm using VC++6.0 on Win2000pro(sp3). Thanks in advance.
-
Hi all, I downloaded a program source code from internet and failed to compile it, the reason is a header file named "iphlpapi.h" could not be found on my computer. Could someone tell me why I don't have it? I'm using VC++6.0 on Win2000pro(sp3). Thanks in advance.
I presume that, that's the header for the IP helper API On my hard disk I found it on :- C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
I presume that, that's the header for the IP helper API On my hard disk I found it on :- C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]
-
I guess it only comes with VC7? I really need to compile that program but don't wanna install VC7. hmm...
-
You need the platform SDK ,you can get it here:http://www.microsoft.com/msdownload/platformsdk/setuplauncher.htm[^]
Hello, the codegurus around the world.;) After we install Microsoft Platform SDK, we must point the new include and lib directory in Visual Studio. Tools -> Options -> Directories Tab -> Include files and Library files item in ComboBox -> Add the new directory. (Sometimes, we had better change the order of these indice at some project.) Have a fun.:rose: Please, don't send me your email about your questions directly. Have a nice day! Sonork - 100.10571:vcdeveloper ;)
-Masaaki Onishi-
-
Hello, the codegurus around the world.;) After we install Microsoft Platform SDK, we must point the new include and lib directory in Visual Studio. Tools -> Options -> Directories Tab -> Include files and Library files item in ComboBox -> Add the new directory. (Sometimes, we had better change the order of these indice at some project.) Have a fun.:rose: Please, don't send me your email about your questions directly. Have a nice day! Sonork - 100.10571:vcdeveloper ;)
-Masaaki Onishi-