|
Thread: Sdk
-
Mar 17th, 2002, 11:33 AM
#1
Thread Starter
Hyperactive Member
Sdk
for windows programming using API
I keep reading in sompe places
that I can use the SDE(software development kit)
well i know i can copile it using VC++ or Borland
can any one tell me why i shoud use the SDK
where could i find One if i need to use it
thanks.
-
Mar 18th, 2002, 04:12 PM
#2
The Windows Platform SDK is a collection of header files, import libraries and some other files that are needed to use the windows API in your programs. The SDK also includes the documentation of these files. Every platform has it's own SDK, and every application that has some kind of extension programming (like Macromedia Director or every 1st person shooter with mods) also exposes an SDK. SDKs are nearly always free since companies want people to program for their products.
The Windows SDK is included in the installations of most or all windows compilers, that's why you can build windows applications with VC++ and BC++B
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|