Jump to content

Featured Replies

Posted

I'm trying to set up an IRC server just for something to do, but when i try and do this on the command prompt:

 

nmake -f makefile.win32

 

It says:

 

src/win32/unreal.c(20) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory

 

and

 

NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code'0x2'

 

Anyone have any idea where I can get windows.h from?

 

Any help would be appreciated and any gay replies will not.

the windows.h file is a header file which is found in the program files for your visual studio prog.

an ircd running on windows? rifk

 

if you have visual studio installed, you should have it in your PATH... there might be a bat file called setenvars.bat or something similar that you need to run before running the makefile (it adds the paths to the headers to your system PATH)

Guest
This topic is now closed to further replies.