Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows.h

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I wrote a simple Win32 program, but when I compile I get this message

Hey.cpp:4: _Windows.h: No such file or directory <ENOENT>

I compiled using this

gxx -o Hey.exe Hey.cpp

then I get that error above. I tried using -Zwin32 but the compiler says Unreconized option '-Zwin32'

Could u lend me a hand. Its not the Long File Names.
 
did you make sure to #include it

like

#include<windows.h>

Karl Blessing aka kb244{fastHACK}
kblogo.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top