Newly released is the Platform SDK for Windows XP Service Pack 2 support (includes MDAC 2.8, Tablet 1.7 and Windows Installer 3.0).
Newly released is the Platform SDK for Windows XP Service Pack 2 support (includes MDAC 2.8, Tablet 1.7 and Windows Installer 3.0).
Ok, what and more importantly for whom is this ?
I do windows development, on XP SP2.
What does this updated SDK give me ?
Why don’t you go to the web site and read..?!
/dev/null
Why don’t you go to the web site and read..?!
/dev/null
Because it doesn’t tell you???
then you dont need to be installing it.
“Because it doesn’t tell you???”
apparently you only get information when visiting with IE
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/2600.2180…
go there
Updated SDKs include updated header (*.h) and library (*.lib) files used in targeting the Win32 API in a number of programming languages like assembly, CC++, Visual Basic, etc.
http://masmer.cjb.net
I want to write “ps” command in C/C++ (like the ps command available in Linux/Unix) for doing process check in my scripts. But I don’t know where to get the API function info. Does this SDK have it?
I want to write “ps” command in C/C++ (like the ps command available in Linux/Unix) for doing process check in my scripts. But I don’t know where to get the API function info. Does this SDK have it?
Better idea:
http://www.sysinternals.com
However, if you *really* want to roll your own, then the website you want is msdn.microsoft.com.
> I want to write “ps” command in C/C++ (like the ps command available in Linux/Unix) for doing process check in my scripts. But I don’t know where to get the API function info. Does this SDK have it?
Do you mean something like the ALREADY BUILT IN ‘tasklist’ and ‘taskkill’ commands in Windows XP???