unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ben Key" <Bkey1@tampabay.rr.com>
Cc: <emacs-devel@gnu.org>
Subject: RE: [Patch for Windows implementation of play-sound]
Date: Mon, 21 Oct 2002 21:08:51 -0400	[thread overview]
Message-ID: <002301c27967$96b19cd0$6401a8c0@GODDESS> (raw)
In-Reply-To: <20021021085033.7EDB.LEKTU@terra.es>

> I've asked the author about it. Among other things, when compiling with
> MSVC it requires the newest release of the compiler and/or the SDK, and
> That's Not Good IMHO.

This is not true.  I did not say that the newest version of MSSDK is
required.  I said that I have it installed.  My patch will work with the
include files that are included with Visual C++ 6.0.  You will, however, see
a large number of warning messages due to the following segment of the
version of WINDOWS.H that is included with Visual C++ 6.0:

  #if(WINVER >= 0x0500)
  #pragma message ("")
  #pragma message ("NOTE: WINVER has been defined as 0x0500 or greater which
enables")
  #pragma message ("Windows NT 5.0 and Windows 98 features. When these
headers were released,")
  #pragma message ("Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the
current versions.")
  #pragma message ("")
  #pragma message ("For this release when WINVER is defined as 0x0500 or
greater, you can only")
  #pragma message ("build beta or test applications.  To build a retail
application,")
  #pragma message ("set WINVER to 0x0400 or visit
http://www.microsoft.com/msdn/sdk")
  #pragma message ("to see if retail Windows NT 5.0 or Windows 98 headers
are available.")
  #pragma message ("")
  #pragma message ("See the SDK release notes for more information.")
  #pragma message ("")
  #endif


This warning message is displayed because I had to define WINVER and
_WIN32_WINNT to at least 0x0500 to avoid a compilation error I was
experiencing.  I do not at this time have the details about that compilation
error.

  reply	other threads:[~2002-10-22  1:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-17  4:56 [Bkey1@tampabay.rr.com: Patch for Windows implementation of play-sound] Richard Stallman
2002-10-21  6:52 ` Juanma Barranquero
2002-10-22  1:08   ` Ben Key [this message]
2002-10-22  7:37     ` [Patch " Juanma Barranquero
2002-10-22  3:13   ` [Bkey1@tampabay.rr.com: Patch " Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2002-10-22  9:05 [Patch " jasonr
2002-10-22  9:28 jasonr
2002-10-22 13:56 bkey1

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002301c27967$96b19cd0$6401a8c0@GODDESS' \
    --to=bkey1@tampabay.rr.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).