Results 1 to 2 of 2

Thread: Sdk

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    335

    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.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width