PDA

Click to See Complete Forum and Search --> : mem.h


Jun 2nd, 2000, 03:21 AM
Is there anywhere i can download the header file mem.h? Or can someone send it to me?

Jun 2nd, 2000, 08:32 AM
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 :D
incase anybody is interested.

Bob Baddeley
Jun 3rd, 2000, 03:18 AM
you'll be disappointed, but here is what i have on my computer--

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


/*
* 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)


/* 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