Thread: windows.h

  1. #1
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267

    windows.h

    i got visual c++ express edition
    i got microsoft platform sdk
    i installed it

    now what do i do to use windows.h on it?

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    34
    Mainly, you just have to tell visual studio where the platform sdk is installed....you set it up in Tools>Options, under "Projects and Settings>VC++ Directories".

    Follow these steps and you should be good to go:

    http://lab.msdn.microsoft.com/expres...k/default.aspx

    although I never did steps 4 and 5 and it's working for me. good luck.

  3. #3
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267
    yay! it works!
    thx

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems reading windows.h
    By yaya in forum Windows Programming
    Replies: 7
    Last Post: 05-22-2009, 02:33 PM
  2. windows.h no such file or directory
    By FingerPrint in forum Tech Board
    Replies: 11
    Last Post: 08-26-2006, 09:51 PM
  3. Windows.h help
    By Mustang5670 in forum C Programming
    Replies: 3
    Last Post: 01-02-2004, 11:59 AM
  4. UNICODE and windows.h help
    By nextus in forum Windows Programming
    Replies: 3
    Last Post: 03-02-2003, 03:13 PM
  5. windows.h without the mouse support
    By ()Q() in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2002, 07:57 PM