From: "Jeff Jackson" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp,comp.os.ms-windows.programmer.win32 Subject: Using ZeroMemory function with Mingw32 C/C++ compiler Date: 27 Feb 1998 13:45:43 GMT Organization: DFO Lines: 5 Message-ID: <01bd42d5$2518ee20$2402028e@jjackson.bio.dfo.ca> NNTP-Posting-Host: 142.2.2.36 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Good day. I get an error when I try to compile a program using calls to ZeroMemory and FillMemory with Mingw32. The error is "undefined reference to ZeroMemory". Has anyone run across this error before? Any help would be greatly appreciated.