Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » cannot include windows.h bug
icon7.gif  cannot include windows.h bug [message #988527] Fri, 30 November 2012 11:23 Go to next message
Alon Taler is currently offline Alon TalerFriend
Messages: 1
Registered: November 2012
Junior Member
Hi,

I am new to eclipse.
I have C/C++ installed.
I want to create a simple windows application using win32 API and the compiler (GCC) cannot find all the following libraries:

#include <windows.h>
#include <tchar.h>
#include <stdio.h>

Should I install windows SDK? My computer is using windows 7.

Please help.
And thanks...
Re: cannot include windows.h bug [message #988563 is a reply to message #988527] Fri, 30 November 2012 14:13 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 11/30/2012 6:34 AM, Alon Taler wrote:
> Hi,
>
> I am new to eclipse.
> I have C/C++ installed.
> I want to create a simple windows application using win32 API and the
> compiler (GCC) cannot find all the following libraries:
>
> #include <windows.h>
> #include <tchar.h>
> #include <stdio.h>
>
> Should I install windows SDK? My computer is using windows 7.
>
> Please help.
> And thanks...

http://www.eclipse.org/forums/index.php/t/161206/
Previous Topic:missing functions
Next Topic:Simultaneously develop an app for Android and iPhone within Eclipse?
Goto Forum:
  


Current Time: Thu Apr 25 00:41:54 GMT 2024

Powered by FUDForum. Page generated in 0.09320 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top