Windows Platform SDK
-
I want develop Firewall But how to use Windows Platform SDK. I want Help is it . Your can't explaint or detail about web to detail about Windows Platform SDK . Where i can find it .
The platform SDK ships with your Visual Studio installation, you don´t need to install it. You can download the latest version from MS or install from an MSDN CD, it can be necessary if you need to use really new features, or uncommon APIs that don´t ships with VStudio, but usually it is the case for less than 1% of the programs you need to develop. GuimaSun www.nexsun.com.br NEXSUN TechZone
-
I want develop Firewall But how to use Windows Platform SDK. I want Help is it . Your can't explaint or detail about web to detail about Windows Platform SDK . Where i can find it .
-
The platform SDK ships with your Visual Studio installation, you don´t need to install it. You can download the latest version from MS or install from an MSDN CD, it can be necessary if you need to use really new features, or uncommon APIs that don´t ships with VStudio, but usually it is the case for less than 1% of the programs you need to develop. GuimaSun www.nexsun.com.br NEXSUN TechZone
Errrrrrrrrrr. If your talking about VC6 - that was shiped in 98. If you set WINVER to 0x500 to target Win 98 and 2k, you will get a message saying that the headerd included with VC6 are for the BETA versions of these OS's. Yes, you don't need to install the new platform SDK for most things. But the one that comes with VC6 can only really be used to offically target NT and 95.... Anything that 98 has and 95 doesn't, you should use a newer SDK.