Thread: Errore opening the include <windows.h>

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    5

    Post Errore opening the include <windows.h>

    hi all. iam having problem with the header files <windows.h>
    every time i compile my source code. i get this Errore message from the complier. this is the message (Errore opening the include file .) and i search my header files i dont get any <windows.h>
    so help me and thanks all

  2. #2
    Registered User
    Join Date
    Dec 2003
    Posts
    167
    You probably don't have the platform sdk installed. A search on microsoft.com should provide you with download links.
    silk.odyssey

  3. #3
    Banned SniperSAS's Avatar
    Join Date
    Aug 2005
    Posts
    175
    are you trying to say you don't have windows.h? what compiler do you use?

  4. #4
    Registered User
    Join Date
    May 2006
    Posts
    5
    silk.odayssey. i think you are right . and i search in microsoft then i get too many .
    platform sdk . and i dont know the right one. so i need more infromation about platform sdk. also my operating system is windows xp . and thanks your help

  5. #5
    Registered User
    Join Date
    May 2006
    Posts
    5
    SniperSAS.iam traying to say that becouse i search from header files and i dont get it any <windows.h> my complier is (power C )

  6. #6
    Registered User
    Join Date
    Dec 2003
    Posts
    167
    This powerc http://www.mixsoftware.com/product/powerc.htm? It says it's a dos compiler. You would need a windows compiler for windows programming. If you're interested in C only I would suggest pellesc which you can download at http://www.smorgasbordet.com/pellesc/ . For c++ visual c++ express edition is available from microsoft.
    silk.odyssey

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2d game
    By JordanCason in forum Game Programming
    Replies: 5
    Last Post: 12-08-2007, 10:08 PM
  2. Weird, cards not outputting correctly
    By Shamino in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2007, 03:26 PM
  3. Problem while constructing IP packet and sending using socket() system call
    By cavestine in forum Networking/Device Communication
    Replies: 10
    Last Post: 10-15-2007, 05:49 AM
  4. does not name a type ERROR
    By DarrenY in forum C++ Programming
    Replies: 3
    Last Post: 10-13-2007, 04:54 AM
  5. help with finding lowest number entered
    By volk in forum C++ Programming
    Replies: 12
    Last Post: 03-22-2003, 01:21 PM