Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Microsoft CPP 'windows.h': - where is it ???

  • 01-12-2005 1:14pm
    #1
    Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 94,288 Mod ✭✭✭✭


    When I try to compile some open source code I get

    Cannot open include file: 'windows.h': No such file or directory

    Getting this on the command line compiler and the CPP in Visual Studio 2005
    I've downloaded and installed the 2003 SDK too and searched the HDD for it.

    Anyone know where it is ? - I don't want to have to keep downloading CD images and installing them just on the offchance they will have it.


Comments

  • Registered Users, Registered Users 2 Posts: 6,602 ✭✭✭daymobrew


    I have Microsoft Visual C++ 6.0 installed at C:\Program Files\Microsoft Visual Studio.
    windows.h is under VC98\Include


Advertisement