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.
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.