|
-
Nov 4th, 2002, 01:26 PM
#1
Thread Starter
Lively Member
I need some .h files, any ideas where to get them?
Hi.
I'm compiling my MUD engine, which is C based, in MSVC++, but I need some header files in order to complete it. I've got some of them from packages used in solaris, but I don't know where to get the rest (listed below)
Files needed:
unistd.h
sys\time.h
zlib.h (found this in the solaris zlib package...)
zconf.h (found this in the solaris zlib package too...)
Any Ideas?
Thanks.
-Ben Nolan
EDIT: P.S. I'm running Windows XP, but the fact I'm using MSVC++ makes that obvious. Also, I'm using version 6. Just thought it might make a difference, not sure tho... Thanks...
Last edited by esmerelda; Nov 4th, 2002 at 01:35 PM.
-
Nov 4th, 2002, 02:04 PM
#2
Member
Is it a MS Windows program?
-
Nov 4th, 2002, 02:09 PM
#3
Monday Morning Lunatic
The first two are POSIX headers and you're unlikely to find a Win32 equivalent without using Cygwin.
ZLib, just download and build it on Win32 and you're sorted.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 4th, 2002, 03:11 PM
#4
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|