S D k learning brush
SDK is an abbreviation for Software Development Kit. This is reflected in the MSDN: "THE Microsoft
Commerce Server 2000 Software Development Kit (SDK) Includes ... ". See better
Wen explanation "SDK is a software tool for helping C programmers to create a Windows application." ("MFC
Send WIN95 / NT4 Application "). But my understanding is "SDK is the basic development of Windows applications."
Package.
SDK, the brothers and sisters developed under the early Windows platform have been familiar with this, they
Heaven, it is not used in all times. Just like we have to get along with VCL today. However, VCL is also
When it is long, if you are familiar with SDK, the situation is very different.
Using SDK, this requires us to use C. Because C is the mother tongue of Windows, the SDK is encoded
The use of C is most effective, and it is also convenient. In the BCB, this is a snatch. Make SDK coding, essence
That is to encode the Win32 API. About the API, see related documents.
The current SDK is basically constructed from the following parts:
1. Basic documents: Instructions including data structures, messages, macros, functions, etc. The original
We have to see the original sound reproduction of the relevant * .h file. And their way of use and
Precautions can only rely on this.
2. Tools, these are the most powerful tool assistants of SDK encoding.
3, the complete library (* .lib; *. H; *. Dll): Some things, as long as * .lib and * .h. But I will encounter no
* .lib only when * .dll.
4, routines: Some Windows sample programs. This is our best textbook for learning SDK. We are good
Take advantage of it.
5, .NET frame portion. This part of the smaller name is "Microsoft .NET Framework Software Development Kit
(SDK) ".
These are fools to understand the SDK. The right to make a laughter. It is still looking forward to nothing.
E text about SDK:
SDK Road Map (.NET MSDN):
The Microsoft Commerce Server 2000 Software Development Kit (SDK) includes extensive samples and tools to help developers get started programming with Commerce Server. When installed, all of the files composing the Commerce Server 2000 SDK are in a folder called "SDK" under the " Microsoft Commerce Server "Folder. This Topic Describes The Structure and Contents of the SDK Folder.
Introduction to the Win32 SDK (CB Windows SDK):
The following list shows the organization of the entire Win32 SDK. You can view sections and topics for each book in the Contents pane, which serves as a complete table of contents. Note that some top-level nodes such as OLE and MAPI contain more than One book. for more information, see navigating. Reference:
"MFC Development Windows 95 / NT4 Application"
.NET MSDN.
CB Win32 SDK Help.