From: michael AT weiser DOT saale-net DOT de (Michael Weiser) Subject: Re: 18 Aug 1998 11:37:49 -0700 Message-ID: <35d8ccaf.1586821.cygnus.gnu-win32@mail> References: <3 DOT 0 DOT 32 DOT 19980815162553 DOT 00683af8 AT b201 DOT ee DOT its-sby DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: anangsa AT indo-nail DOT com Cc: gnu-win32 AT cygnus DOT com Hi anangsa, You wrote: >I've tried to port some apps with b19, i still need winsock 2 & winmm >header anyone can help ? Winsock is definitly already there, you just have to activate it by defining some macro: /* Mingw32 */ #ifdef __MINGW32__ # define Win32_Winsock # include #endif /* __MINGW32__ */ Winmm should behave the same, just search the files in the Windows32 directory for some winmm statement and see how to activate it. bye Michael - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".