Results 1 to 4 of 4

Thread: I need some .h files, any ideas where to get them?

  1. #1

    Thread Starter
    Lively Member esmerelda's Avatar
    Join Date
    Sep 2002
    Location
    South Croydon, UK
    Posts
    68

    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.

  2. #2
    Member
    Join Date
    Oct 2002
    Location
    Look out your window.
    Posts
    54
    Is it a MS Windows program?

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  4. #4

    Thread Starter
    Lively Member esmerelda's Avatar
    Join Date
    Sep 2002
    Location
    South Croydon, UK
    Posts
    68
    Bleh. Ok. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width