|
From: Andre S. <and...@we...> - 2005-06-06 08:46:48
|
The functions
FarPtr(void) AllocateMemory (MemoryType type, unsigned long size)
void DisposeMemory (FarPtr(void) memPtr)
are declared a second time in WinMono.c, while they are already defined =
in msMem.c (effectively the same resulting code). Is this intended? The =
linker throws an error message, complaining about that. I succeeded by =
simply commenting out the version in WinMono.c - is that ok?
Greetings,
Andre
|