Results 1 to 3 of 3

Thread: mem.h

  1. #1
    Guest

    Post

    Is there anywhere i can download the header file mem.h? Or can someone send it to me?

  2. #2
    Guest
    I have the full visual studio 6.0 enterprise.

    and I searched and searched, but couldnt find it.

    I found a memory.h
    but no mem.h

    also, incase anybody is interested, during my search, I found a basic module for visual basic, it includes the mapi declarations, from the mapi.dll. no activex required
    incase anybody is interested.

  3. #3
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305

    ah hah!

    you'll be disappointed, but here is what i have on my computer--

    mem.h (in one location--DevC++ compiler)

    Code:
    /*
     * This file is part of the Mingw32 package.
     *
     * mem.h maps to string.h
     */
    #ifndef	__STRICT_ANSI__
    #include <string.h>
    #endif
    mem.h (in another location--djgpp compiler)

    Code:
    /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
    /* DO NOT USE THIS IN NEW CODE.  It is here only
       to allow old code to compile. */
    
    #include <memory.h>
    that's it. sorry man.

    bob

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