From: grospell AT limeil DOT cea DOT fr (G Grospellier) Subject: Macro SNDMSG definition missing in Functions.h [GNUWIN32-B18 Win95] 30 Aug 1997 03:17:39 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199708260611.IAA03265.cygnus.gnu-win32@fermi.limeil.s> Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com I am using GnuWin32-B18 under W95. When I use the functions CommDlg_*, defined in 'Windows32/Functions.h', the symbol SNDMSG is undefined at link time. I think it is because SNDMSG is a macro but you did not defined it. In BC5.0 or MSVC4.0, it is defined like that: #ifdef __cplusplus #define SNDMSG ::SendMessage #else #define SNDMSG SendMessage #endif I am sorry if is bug has already been reported but I did not seen it anywhere. Gilles. <grospell AT limeil DOT cea DOT fr> - 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".