www.digitalmars.com         C & C++   DMDScript  

c++.command-line - MS SDK?

reply Anuj Goyal <Anuj_member pathlink.com> writes:
In order 2 do this ...  http://cmeerw.org/prog/dm/ms_sdk.html

I am going to pick up the SDK from here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en

However, there is no SDK for win2000 anymore :(

do I have to use the latest version?
May 03 2005
next sibling parent Cesar Rabak <crabak acm.org> writes:
Anuj Goyal escreveu:
 In order 2 do this ...  http://cmeerw.org/prog/dm/ms_sdk.html
 
 I am going to pick up the SDK from here:
 
 http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en
 
 However, there is no SDK for win2000 anymore :(
 
 do I have to use the latest version?
 
FWIW, I followed Meerw's instructions with the Feb 2003 edition of the SDK. From the "Systems Requirements" info it seems the SDK will fulfill the requirements. YMMV in the scripts for the change in the include files. If you run through this, do not forget to share your experience here! -- Cesar Rabak
May 08 2005
prev sibling parent "_" <mjoyl lineone.netX> writes:
"Anuj Goyal" <Anuj_member pathlink.com> wrote in message
news:d5791b$181g$1 digitaldaemon.com...
 In order 2 do this ...  http://cmeerw.org/prog/dm/ms_sdk.html

 I am going to pick up the SDK from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3- A93E-40C0EC4F68E5&displaylang=en
 However, there is no SDK for win2000 anymore :(

 do I have to use the latest version?
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm is an earlier platformSDK.including win98mexp support unlike the current one on offer. archive.org is handy for obtaining the paths to other versions of the platformSDK right back to the days when it used to be held on their FTP server, which of course it is no longer. I've downloaded all the versions I can find which I plan on backing up on a DVD for safe keeping just in case they get deleted off the servers. in chronological order: 2505.0 July 2001 3590.2 Dec 2001 3663.0 July 2002 3672.1 Aug 2002 3790.0 Mar 2003 Called February 2003 2600.2180 Aug 2004 XPsp2 release SDK hence the new version numbering? You can generate the URL's for these older versions using the URL's in the sdkupdate URL given above, and extending the cab number upto 20 cabs as some issues have more cabs than others. HTH
Mar 02 2006