Is there anywhere i can download the header file mem.h? Or can someone send it to me?
Printable View
Is there anywhere i can download the header file mem.h? Or can someone send it to me?
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.
you'll be disappointed, but here is what i have on my computer--
mem.h (in one location--DevC++ compiler)
mem.h (in another location--djgpp compiler)Code:/*
* This file is part of the Mingw32 package.
*
* mem.h maps to string.h
*/
#ifndef __STRICT_ANSI__
#include <string.h>
#endif
that's it. sorry man.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>
bob