This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Missing Win32-fcts {Copy,Move,Fill,Zero}Memory


Hi,

Mark Becker wrote:

> obviously gnu-win32 is missing the following Win32-API-
> functions:
> 
> CopyMemory, MoveMemory, FillMemory, ZeroMemory
> 
> I couldn't find them neither in the header-files nor in the libs;
> scanning the FAQ and mailing archive didn't give me any pointer.
> 

Sorry, I've to correct the statement above : only CopyMemory isn't
implemented in gnu-win32, all the others do exist!
Anyway, for the sake of completeness it would be nice if CopyMemory
is implemented too! A simple mapping to the memcpy-fct would be
sufficient I guess; it's similarly done for MoveMemory, FillMemory and
ZeroMemory.

I tried to build the libtiff-library from SGI which calls CopyMemory
in the tif_win32 module. 

ciao
  Mark Becker

========================================================================
     Mark Becker -- Mark.Becker@neuroinformatik.ruhr-uni-bochum.de
Phone: +49-234-x Office:x=700-7988 Secretary:x=700-7997  FAX:x=7094-210
========================================================================
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]