Results 1 to 9 of 9

Thread: What is SDK?

  1. #1

    What is SDK?

    I have seen some information regarding SDK but I can not find a decent site that explains what it is. Is it a programming language? Was hoping someone out there might have a simpule explanation on what it is or might know of a website that can explain it to me. Thanks for you suggestions....

  2. #2
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    SDK== Software Development Kit?
    is it the environment in which you code?
    if (wrong) { correct_me; }
    yeah, I\'m gonna need that by friday...

  3. #3
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    SDK? Source Development Kit?

    Usually it's what developers would use to create addons for particular programs.
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  4. #4
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699
    Could this be what you're referring to?

    A software developer's kit (SDK) is a set of programs used by a computer programmer to write application programs. Typically, an SDK includes a visual screen builder, an editor, a compiler, a linker, and sometimes other facilities. The term is used by Microsoft, Sun Microsystems, and a number of other companies.
    Source: http://searchvb.techtarget.com/sDefi...213603,00.html

  5. #5
    Senior Member
    Join Date
    Oct 2001
    Posts
    107
    Is this what you are looking for?

    http://java.sun.com/j2se/1.3/

  6. #6
    Senior Member
    Join Date
    Sep 2001
    Posts
    144
    tampabay would be correct, software development kit... usually contains the necessary api's for writing software for particular systems. It would include certain header files, some documentation on those headers, and perhaps even some sample code to look at or modify.

  7. #7
    Master-Jedi-Pimps0r & Moderator thehorse13's Avatar
    Join Date
    Dec 2002
    Location
    Washington D.C. area
    Posts
    2,885
    Yep, tampa nailed it.

    There are a ton of SDKs out there. Microsoft has them for just about everything. For example, there is an SDK for WindowsCE. Same goes for other places such as Sun.

    Hope this helps.
    Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
    Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden

  8. #8
    Thanks fellas!!!

  9. #9
    Banned
    Join Date
    Jan 2003
    Posts
    28
    The main place you would find the term being used is the Deus Ex SDK thats available for download from planetdeusex.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •