Vc6.0 latest SDK Platform SDK xp-sp2 official download address

Source: Internet
Author: User
Vc6.0 latest SDK Platform SDK xp-sp2 official 20:19:09 2010-09-03

It can be seen that Microsoft no longer supports vc6, and the latest SDK cannot be used on vc6. However, you can find the last two versions that support vc6:

For server2003 3790.0 RTM: size (bytes): 342,000,000 last updated: February 2003

For xpsp2 2600.2180 RTM: size (bytes): 266,000,000 last updated: August 2004

They are:

 

My system is a Simplified Chinese version of Win2000 + SP4. The programming software used is vc6 + SP6, installed with Microsoft's platform SDK xp-sp2.

Recently, winuser was used to write a software program. the data type input in H. If an error is reported during compilation, the type input cannot be identified. View winuser. h file found that this data structure is included in macro definition # If (_ win32_winnt> 0x0400. So the key is to add the definition # DEFINE _ win32_winnt 0x0500 in the correct position.

My software uses MFC, So adding a macro definition in the header file stdafx. h solves this problem:

# If _ msc_ver> 1000
# Pragma once
# Endif // _ msc_ver> 1000

# Define vc_extralean // exclude rarely-used stuff from Windows Headers

/*************************************** *************************************
* Support new platform (Zou Xinyu)
**************************************** ***********************************/
// # Define win32_lean_and_mean // exclude rarely-used stuff from Windows Headers
# DEFINE _ win32_winnt 0x0500 // so the code wocould compile

# Define winver 0x0500 // if the preceding statement is not enough, you can add these two statements.
# DEFINE _ win32_ie 0x0600

# Include <afxwin. h> // MFC core and standard components
# Include <afxext. h> // MFC extensions
# Include <afxdisp. h> // MFC automation classes
# Include <afxdtctl. h> // MFC support for Internet Explorer 4 common controls

In addition, according to Microsoft, the last SDK supported by vc6 is Windows2003 February. However, if I decompress the first installation package after downloading it from the Internet, an error is returned. This is the case when I download the package multiple times. I don't know why. Fortunately, Windows XP SP2 was found online.

Here, I would like to thank the netizens for discovering:

Platform SDK XP-SP2:
Http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.1.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.2.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.3.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.4.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.5.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.6.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.7.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.8.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.9.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.10.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/Extract.exe
Http://download.microsoft.com/download/platformsdk/sdk/update/WIN98MeXP/EN-US/2600.2180/FULL/PSDK-FULL.bat

Platform SDK February 2003:

Http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm

Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.1.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.2.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.3.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.4.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.5.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.6.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.7.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.8.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.9.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.10.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.11.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.12.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.13.cab
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/PSDK-FULL.bat
Http://download.microsoft.com/download/platformsdk/sdk/update/win98mexp/en-us/3790.0/FULL/Extract.exe

 

Readme:

 

Xpsp2 psdk full download with local install

Use the full download to copy the entire Windows XP SP2 SDK to a secure computer, then selectively install individual sdks locally or to other computers.

Click the links on the right. The file download dialog box is displayed.

Save all the. CAB files in a directory (such as C:/psdktemp). The directory must have at least 266 MB of space.
Click each PSDK-FULL. cab file to save it. Save all. CAB files to a temporary directory with at least 266 MB free space (for example, C:/psdktemp ).

Download the batfiles (psdk-full.bat.exe and extract.exe. Note: These two files must be in the same directory as the compressed files.
Click BAT file for extraction and save the batch file to the same directory.

In command line mode, enter the created temporary directory, for example, cd c:/psdktemp.
Go to the temporary directory using a command prompt. For example:

Cd c:/psdktemp

Execute the BAT file (PSDK-FULL.bat) to unzip the entire image. Note: The disk space for installing the SDK must be at least 1.4 GB.
Run Psdk-full.bat to extract the full image from the. CAB files. Specify an install directory with at least 1.4 GB free space. For example:
Example of executing the BAT file (PSDK-FULL.bat:
C:/psdktemp> psdk-full C:/psdk
This process may take several minutes.
This can take several minutes to complete.

Install the Platform SDK in setup.exe.
Run setup.exe to install the Platform SDK using the SDK update interface.

 

Troubleshooting full downloads
During the download and installation process, if you shoshould encounter a specified upted cab file, simply download that cab file once again. This is a problem that most likely occurred during the data transfer.
 
Size (bytes): 266,000,000
Last Updated: August 2004
Build:
PSDK-Full.1.cab
PSDK-Full.2.cab
PSDK-Full.3.cab
PSDK-Full.4.cab
PSDK-Full.5.cab
PSDK-Full.6.cab
PSDK-Full.7.cab
PSDK-Full.8.cab
PSDK-Full.9.cab
PSDK-Full.10.cab
BAT file for Extraction
Extraction utility File

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.