Thread: SDK headers

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    8

    SDK headers

    Microsoft Visual C++ includes copies of the Windows header files that were current at the time Visual C++ was released.

    you will receive the following error code when compiling code that uses features that were introduced after Visual C++ was released: error C2065: undeclared identifier.

    To avoid this we need to update these SDK headers. How can I do SDK update and ensure that I am using the latest version of the SDK header files?

    TIA,
    Vivek

  2. #2
    Registered User
    Join Date
    Aug 2005
    Posts
    1,267
    download the Windows Server 2003 Platform SDK -- and yes, it works with VC++ 6.0

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectSound header issues
    By dxfoo in forum C++ Programming
    Replies: 0
    Last Post: 03-19-2006, 07:16 PM
  2. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  3. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  4. Headers that use each other
    By nickname_changed in forum C++ Programming
    Replies: 7
    Last Post: 10-03-2003, 04:25 AM
  5. Directx SDK Documentation
    By Zoalord in forum Game Programming
    Replies: 4
    Last Post: 05-08-2003, 06:07 AM